#558ae6

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

Shades of Cornflower Blue #558AE6

Tints of Cornflower Blue #558AE6

Color information

#558AE6 (or 0x558AE6) is unknown color: approx Cornflower Blue. HEX triplet: 55, 8A and E6. RGB value is (85,138,230). Sum of RGB (Red+Green+Blue) = 85+138+230=453 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.76% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 230 (90.23% from 255 or 50.77% from 453); Max value from RGB is 230 - color contains mainly: blue. Hex color #558AE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #558AE6 is #AA7519. Grayscale: #848484. Windows color (decimal): -11171098 or 15108693. OLE color: 15108693.

HSL color Cylindrical-coordinate representation of color #558AE6: hue angle of 218.07º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #558AE6 is Cyan = 0.63, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB85138230-
CMYK0.630.400.10
HSL218.07º74.36%61.76%-
HSV(B)218.07º63.04%90.2%-
XYZ27.1225.8278.42-
YUV132.64182.9494.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.76%
GREEN value IS 138 (54.30% from 255) = 30.46%
BLUE value IS 230 (90.23% from 255) = 50.77%
R=18.76%
G=30.46%
B=50.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal851382300.630.400.10218.0774.3661.76
Hex558AE63F280Ada4a3e
Octal125212346775001233211276
Binary1010101100010101110011011111110100001010110110101001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558ae6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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