#558DC9

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

Shades of Danube #558DC9

Tints of Danube #558DC9

Color information

#558DC9 (or 0x558DC9) is unknown color: approx Danube. HEX triplet: 55, 8D and C9. RGB value is (85,141,201). Sum of RGB (Red+Green+Blue) = 85+141+201=427 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.91% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 201 - color contains mainly: blue. Hex color #558DC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558DC9 is #AA7236. Grayscale: #828282. Windows color (decimal): -11170359 or 13208917. OLE color: 13208917.

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

Color convert

RGB85141201-
CMYK0.580.3000.21
HSL211.03º51.79%56.08%-
HSV(B)211.03º57.71%78.82%-
XYZ23.8125.258.87-
YUV131.1167.4595.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.91%
GREEN value IS 141 (55.47% from 255) = 33.02%
BLUE value IS 201 (78.91% from 255) = 47.07%
R=19.91%
G=33.02%
B=47.07%

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
Decimal851412010.580.3000.21211.0351.7956.08
Hex558DC93A1E015d33438
Octal12521531172360253236470
Binary101010110001101110010011110101111001010111010011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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