#5588DD

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

Shades of Cornflower Blue #5588DD

Tints of Cornflower Blue #5588DD

Color information

#5588DD (or 0x5588DD) is unknown color: approx Cornflower Blue. HEX triplet: 55, 88 and DD. RGB value is (85,136,221). Sum of RGB (Red+Green+Blue) = 85+136+221=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #5588DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5588DD is #AA7722. Grayscale: #828282. Windows color (decimal): -11171619 or 14518357. OLE color: 14518357.

HSL color Cylindrical-coordinate representation of color #5588DD: hue angle of 217.5º 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 #5588DD is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB85136221-
CMYK0.620.3800.13
HSL217.5º66.67%60%-
HSV(B)217.5º61.54%86.67%-
XYZ25.624.7671.84-
YUV130.44179.195.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.23%
GREEN value IS 136 (53.52% from 255) = 30.77%
BLUE value IS 221 (86.72% from 255) = 50%
R=19.23%
G=30.77%
B=50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal851362210.620.3800.13217.566.6760
Hex5588DD3E260Dda433c
Octal125210335764601533210374
Binary1010101100010001101110111111010011001101110110101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5588DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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