#558EC9

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

Shades of Danube #558EC9

Tints of Danube #558EC9

Color information

#558EC9 (or 0x558EC9) is unknown color: approx Danube. HEX triplet: 55, 8E and C9. RGB value is (85,142,201). Sum of RGB (Red+Green+Blue) = 85+142+201=428 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.86% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 201 (78.91% from 255 or 46.96% from 428); Max value from RGB is 201 - color contains mainly: blue. Hex color #558EC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558EC9 is #AA7136. Grayscale: #838383. Windows color (decimal): -11170103 or 13209173. OLE color: 13209173.

HSL color Cylindrical-coordinate representation of color #558EC9: hue angle of 210.52º 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 #558EC9 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB85142201-
CMYK0.580.2900.21
HSL210.52º51.79%56.08%-
HSV(B)210.52º57.71%78.82%-
XYZ23.9625.4958.92-
YUV131.68167.1294.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.86%
GREEN value IS 142 (55.86% from 255) = 33.18%
BLUE value IS 201 (78.91% from 255) = 46.96%
R=19.86%
G=33.18%
B=46.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal851422010.580.2900.21210.5251.7956.08
Hex558EC93A1D015d33438
Octal12521631172350253236470
Binary101010110001110110010011110101110101010111010011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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