#5990DD

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

Shades of Cornflower Blue #5990DD

Tints of Cornflower Blue #5990DD

Color information

#5990DD (or 0x5990DD) is unknown color: approx Cornflower Blue. HEX triplet: 59, 90 and DD. RGB value is (89,144,221). Sum of RGB (Red+Green+Blue) = 89+144+221=454 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.60% from 454); Green value is 144 (56.64% from 255 or 31.72% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #5990DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5990DD is #A66F22. Grayscale: #878787. Windows color (decimal): -10907427 or 14520409. OLE color: 14520409.

HSL color Cylindrical-coordinate representation of color #5990DD: hue angle of 215º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5990DD is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB89144221-
CMYK0.600.3500.13
HSL215º66%60.78%-
HSV(B)215º59.73%86.67%-
XYZ27.1427.2972.24-
YUV136.33175.7894.24-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.60%
GREEN value IS 144 (56.64% from 255) = 31.72%
BLUE value IS 221 (86.72% from 255) = 48.68%
R=19.60%
G=31.72%
B=48.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal891442210.600.3500.132156660.78
Hex5990DD3C230Dd7423d
Octal131220335744301532710275
Binary1011001100100001101110111110010001101101110101111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5990DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5990DD; }

 p { color: rgb(89,144,221); }

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

<style>
 a { background-color: #5990DD; }

 a { background-color: rgb(89,144,221); }

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

<style>
 span { border-color: #5990DD; }

 span { border-color: rgb(89,144,221); }

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