#5592FD

Color #5592FD Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #5592FD

Tints of Cornflower Blue #5592FD

Color information

#5592FD (or 0x5592FD) is unknown color: approx Cornflower Blue. HEX triplet: 55, 92 and FD. RGB value is (85,146,253). Sum of RGB (Red+Green+Blue) = 85+146+253=484 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.56% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #5592FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5592FD is #AA6D02. Grayscale: #8B8B8B. Windows color (decimal): -11169027 or 16618069. OLE color: 16618069.

HSL color Cylindrical-coordinate representation of color #5592FD: hue angle of 218.21º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5592FD is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB85146253-
CMYK0.660.4200.01
HSL218.21º97.67%66.27%-
HSV(B)218.21º66.4%99.22%-
XYZ31.7529.5896.96-
YUV139.96191.7988.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 17.56%
GREEN value IS 146 (57.42% from 255) = 30.17%
BLUE value IS 253 (99.22% from 255) = 52.27%
R=17.56%
G=30.17%
B=52.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal851462530.660.4200.01218.2197.6766.27
Hex5592FD422A01da6242
Octal1252223751025201332142102
Binary101010110010010111111011000010101010011101101011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5592FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5592FD; }

 p { color: rgb(85,146,253); }

 H1.HeaderClassName
 {
   color: #5592FD;
 }
 .AnyTagClassName
 {
   color: #5592FD;
 }
</style>
background-color css

<style>
 a { background-color: #5592FD; }

 a { background-color: rgb(85,146,253); }

 div.DivClassName
 {
   background-color: #5592FD;
 }
 .BgClassName
 {
   background-color: #5592FD;
 }
</style>
border-color css

<style>
 span { border-color: #5592FD; }

 span { border-color: rgb(85,146,253); }

 td.TdClassName
 {
   border-color: #5592FD;
 }
 .TagClassName
 {
   border-color: #5592FD;
 }
</style>