#558AE4

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

Shades of Cornflower Blue #558AE4

Tints of Cornflower Blue #558AE4

Color information

#558AE4 (or 0x558AE4) is unknown color: approx Cornflower Blue. HEX triplet: 55, 8A and E4. RGB value is (85,138,228). Sum of RGB (Red+Green+Blue) = 85+138+228=451 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.85% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 228 (89.45% from 255 or 50.55% from 451); Max value from RGB is 228 - color contains mainly: blue. Hex color #558AE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558AE4 is #AA751B. Grayscale: #848484. Windows color (decimal): -11171100 or 14977621. OLE color: 14977621.

HSL color Cylindrical-coordinate representation of color #558AE4: hue angle of 217.76º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #558AE4 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB85138228-
CMYK0.630.3900.11
HSL217.76º72.59%61.37%-
HSV(B)217.76º62.72%89.41%-
XYZ26.8425.7176.95-
YUV132.41181.9494.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.85%
GREEN value IS 138 (54.30% from 255) = 30.60%
BLUE value IS 228 (89.45% from 255) = 50.55%
R=18.85%
G=30.60%
B=50.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal851382280.630.3900.11217.7672.5961.37
Hex558AE43F270Bda493d
Octal125212344774701333211175
Binary1010101100010101110010011111110011101011110110101001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558AE4; }

 p { color: rgb(85,138,228); }

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

<style>
 a { background-color: #558AE4; }

 a { background-color: rgb(85,138,228); }

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

<style>
 span { border-color: #558AE4; }

 span { border-color: rgb(85,138,228); }

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