#5886DD

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

Shades of Cornflower Blue #5886DD

Tints of Cornflower Blue #5886DD

Color information

#5886DD (or 0x5886DD) is unknown color: approx Cornflower Blue. HEX triplet: 58, 86 and DD. RGB value is (88,134,221). Sum of RGB (Red+Green+Blue) = 88+134+221=443 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.86% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #5886DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5886DD is #A77922. Grayscale: #818181. Windows color (decimal): -10975523 or 14517848. OLE color: 14517848.

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

Color convert

RGB88134221-
CMYK0.600.3900.13
HSL219.25º66.17%60.59%-
HSV(B)219.25º60.18%86.67%-
XYZ25.624.3571.76-
YUV130.16179.2697.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 19.86%
GREEN value IS 134 (52.73% from 255) = 30.25%
BLUE value IS 221 (86.72% from 255) = 49.89%
R=19.86%
G=30.25%
B=49.89%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal881342210.600.3900.13219.2566.1760.59
Hex5886DD3C270Ddb423d
Octal130206335744701533310275
Binary1011000100001101101110111110010011101101110110111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5886DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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