#558ECE

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

Shades of Danube #558ECE

Tints of Danube #558ECE

Color information

#558ECE (or 0x558ECE) is unknown color: approx Danube. HEX triplet: 55, 8E and CE. RGB value is (85,142,206). Sum of RGB (Red+Green+Blue) = 85+142+206=433 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.63% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #558ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558ECE is #AA7131. Grayscale: #838383. Windows color (decimal): -11170098 or 13536853. OLE color: 13536853.

HSL color Cylindrical-coordinate representation of color #558ECE: hue angle of 211.74º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #558ECE is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB85142206-
CMYK0.590.3100.19
HSL211.74º55.25%57.06%-
HSV(B)211.74º58.74%80.78%-
XYZ24.5625.7362.07-
YUV132.25169.6294.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.63%
GREEN value IS 142 (55.86% from 255) = 32.79%
BLUE value IS 206 (80.86% from 255) = 47.58%
R=19.63%
G=32.79%
B=47.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal851422060.590.3100.19211.7455.2557.06
Hex558ECE3B1F013d43739
Octal12521631673370233246771
Binary101010110001110110011101110111111101001111010100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,142,206); }

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

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

 a { background-color: rgb(85,142,206); }

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

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

 span { border-color: rgb(85,142,206); }

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