#5C96DE

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

Shades of Cornflower Blue #5C96DE

Tints of Cornflower Blue #5C96DE

Color information

#5C96DE (or 0x5C96DE) is unknown color: approx Cornflower Blue. HEX triplet: 5C, 96 and DE. RGB value is (92,150,222). Sum of RGB (Red+Green+Blue) = 92+150+222=464 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.83% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #5C96DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C96DE is #A36921. Grayscale: #8C8C8C. Windows color (decimal): -10709282 or 14587484. OLE color: 14587484.

HSL color Cylindrical-coordinate representation of color #5C96DE: hue angle of 213.23º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C96DE is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB92150222-
CMYK0.590.3200.13
HSL213.23º66.33%61.57%-
HSV(B)213.23º58.56%87.06%-
XYZ28.529.3673.27-
YUV140.87173.7893.15-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.83%
GREEN value IS 150 (58.98% from 255) = 32.33%
BLUE value IS 222 (87.11% from 255) = 47.84%
R=19.83%
G=32.33%
B=47.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal921502220.590.3200.13213.2366.3361.57
Hex5C96DE3B200Dd5423e
Octal134226336734001532510276
Binary1011100100101101101111011101110000001101110101011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C96DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C96DE; }

 p { color: rgb(92,150,222); }

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

<style>
 a { background-color: #5C96DE; }

 a { background-color: rgb(92,150,222); }

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

<style>
 span { border-color: #5C96DE; }

 span { border-color: rgb(92,150,222); }

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