#5581EE

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

Shades of Cornflower Blue #5581EE

Tints of Cornflower Blue #5581EE

Color information

#5581EE (or 0x5581EE) is unknown color: approx Cornflower Blue. HEX triplet: 55, 81 and EE. RGB value is (85,129,238). Sum of RGB (Red+Green+Blue) = 85+129+238=452 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.81% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 238 (93.36% from 255 or 52.65% from 452); Max value from RGB is 238 - color contains mainly: blue. Hex color #5581EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5581EE is #AA7E11. Grayscale: #7F7F7F. Windows color (decimal): -11173394 or 15630677. OLE color: 15630677.

HSL color Cylindrical-coordinate representation of color #5581EE: hue angle of 222.75º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5581EE is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB85129238-
CMYK0.640.4600.07
HSL222.75º81.82%63.33%-
HSV(B)222.75º64.29%93.33%-
XYZ27.0323.884.06-
YUV128.27189.9297.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.81%
GREEN value IS 129 (50.78% from 255) = 28.54%
BLUE value IS 238 (93.36% from 255) = 52.65%
R=18.81%
G=28.54%
B=52.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal851292380.640.4600.07222.7581.8263.33
Hex5581EE402E07df523f
Octal125201356100560733712277
Binary1010101100000011110111010000001011100111110111111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5581EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5581EE; }

 p { color: rgb(85,129,238); }

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

<style>
 a { background-color: #5581EE; }

 a { background-color: rgb(85,129,238); }

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

<style>
 span { border-color: #5581EE; }

 span { border-color: rgb(85,129,238); }

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