#5596ED

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

Shades of Cornflower Blue #5596ED

Tints of Cornflower Blue #5596ED

Color information

#5596ED (or 0x5596ED) is unknown color: approx Cornflower Blue. HEX triplet: 55, 96 and ED. RGB value is (85,150,237). Sum of RGB (Red+Green+Blue) = 85+150+237=472 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.01% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #5596ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5596ED is #AA6912. Grayscale: #8C8C8C. Windows color (decimal): -11168019 or 15570517. OLE color: 15570517.

HSL color Cylindrical-coordinate representation of color #5596ED: hue angle of 214.34º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5596ED is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB85150237-
CMYK0.640.3700.07
HSL214.34º80.85%63.14%-
HSV(B)214.34º64.14%92.94%-
XYZ29.9429.8684.31-
YUV140.48182.4788.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.01%
GREEN value IS 150 (58.98% from 255) = 31.78%
BLUE value IS 237 (92.97% from 255) = 50.21%
R=18.01%
G=31.78%
B=50.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal851502370.640.3700.07214.3480.8563.14
Hex5596ED402507d6513f
Octal125226355100450732612177
Binary1010101100101101110110110000001001010111110101101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5596ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5596ED; }

 p { color: rgb(85,150,237); }

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

<style>
 a { background-color: #5596ED; }

 a { background-color: rgb(85,150,237); }

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

<style>
 span { border-color: #5596ED; }

 span { border-color: rgb(85,150,237); }

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