#5586DD

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

Shades of Cornflower Blue #5586DD

Tints of Cornflower Blue #5586DD

Color information

#5586DD (or 0x5586DD) is unknown color: approx Cornflower Blue. HEX triplet: 55, 86 and DD. RGB value is (85,134,221). Sum of RGB (Red+Green+Blue) = 85+134+221=440 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.32% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #5586DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5586DD is #AA7922. Grayscale: #808080. Windows color (decimal): -11172131 or 14517845. OLE color: 14517845.

HSL color Cylindrical-coordinate representation of color #5586DD: hue angle of 218.38º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5586DD is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB85134221-
CMYK0.620.3900.13
HSL218.38º66.67%60%-
HSV(B)218.38º61.54%86.67%-
XYZ25.3224.271.74-
YUV129.27179.7796.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.32%
GREEN value IS 134 (52.73% from 255) = 30.45%
BLUE value IS 221 (86.72% from 255) = 50.23%
R=19.32%
G=30.45%
B=50.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal851342210.620.3900.13218.3866.6760
Hex5586DD3E270Dda433c
Octal125206335764701533210374
Binary1010101100001101101110111111010011101101110110101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5586DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,134,221); }

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

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

 a { background-color: rgb(85,134,221); }

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

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

 span { border-color: rgb(85,134,221); }

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