#5999ED

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

Shades of Cornflower Blue #5999ED

Tints of Cornflower Blue #5999ED

Color information

#5999ED (or 0x5999ED) is unknown color: approx Cornflower Blue. HEX triplet: 59, 99 and ED. RGB value is (89,153,237). Sum of RGB (Red+Green+Blue) = 89+153+237=479 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.58% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #5999ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5999ED is #A66612. Grayscale: #8F8F8F. Windows color (decimal): -10905107 or 15571289. OLE color: 15571289.

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

Color convert

RGB89153237-
CMYK0.620.3500.07
HSL214.05º80.43%63.92%-
HSV(B)214.05º62.45%92.94%-
XYZ30.831.0284.49-
YUV143.44180.889.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.58%
GREEN value IS 153 (60.16% from 255) = 31.94%
BLUE value IS 237 (92.97% from 255) = 49.48%
R=18.58%
G=31.94%
B=49.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal891532370.620.3500.07214.0580.4363.92
Hex5999ED3E2307d65040
Octal131231355764307326120100
Binary1011001100110011110110111111010001101111101011010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5999ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,153,237); }

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

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

 a { background-color: rgb(89,153,237); }

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

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

 span { border-color: rgb(89,153,237); }

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