#558ECA

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

Shades of Danube #558ECA

Tints of Danube #558ECA

Color information

#558ECA (or 0x558ECA) is unknown color: approx Danube. HEX triplet: 55, 8E and CA. RGB value is (85,142,202). Sum of RGB (Red+Green+Blue) = 85+142+202=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #558ECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558ECA is #AA7135. Grayscale: #838383. Windows color (decimal): -11170102 or 13274709. OLE color: 13274709.

HSL color Cylindrical-coordinate representation of color #558ECA: hue angle of 210.77º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #558ECA is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB85142202-
CMYK0.580.3000.21
HSL210.77º52.47%56.27%-
HSV(B)210.77º57.92%79.22%-
XYZ24.0825.5459.54-
YUV131.8167.6294.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.81%
GREEN value IS 142 (55.86% from 255) = 33.10%
BLUE value IS 202 (79.30% from 255) = 47.09%
R=19.81%
G=33.10%
B=47.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal851422020.580.3000.21210.7752.4756.27
Hex558ECA3A1E015d33438
Octal12521631272360253236470
Binary101010110001110110010101110101111001010111010011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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