#5581DE

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

Shades of Cornflower Blue #5581DE

Tints of Cornflower Blue #5581DE

Color information

#5581DE (or 0x5581DE) is unknown color: approx Cornflower Blue. HEX triplet: 55, 81 and DE. RGB value is (85,129,222). Sum of RGB (Red+Green+Blue) = 85+129+222=436 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.50% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #5581DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5581DE is #AA7E21. Grayscale: #7E7E7E. Windows color (decimal): -11173410 or 14582101. OLE color: 14582101.

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

Color convert

RGB85129222-
CMYK0.620.4200.13
HSL220.73º67.49%60.2%-
HSV(B)220.73º61.71%87.06%-
XYZ24.7822.9172.22-
YUV126.45181.9298.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.50%
GREEN value IS 129 (50.78% from 255) = 29.59%
BLUE value IS 222 (87.11% from 255) = 50.92%
R=19.50%
G=29.59%
B=50.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal851292220.620.4200.13220.7367.4960.2
Hex5581DE3E2A0Ddd433c
Octal125201336765201533510374
Binary1010101100000011101111011111010101001101110111011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5581DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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