#558DB6

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

Shades of Danube #558DB6

Tints of Danube #558DB6

Color information

#558DB6 (or 0x558DB6) is unknown color: approx Danube. HEX triplet: 55, 8D and B6. RGB value is (85,141,182). Sum of RGB (Red+Green+Blue) = 85+141+182=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 182 (71.48% from 255 or 44.61% from 408); Max value from RGB is 182 - color contains mainly: blue. Hex color #558DB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558DB6 is #AA7249. Grayscale: #808080. Windows color (decimal): -11170378 or 11963733. OLE color: 11963733.

HSL color Cylindrical-coordinate representation of color #558DB6: hue angle of 205.36º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #558DB6 is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB85141182-
CMYK0.530.2300.29
HSL205.36º39.92%52.35%-
HSV(B)205.36º53.3%71.37%-
XYZ21.7124.3647.81-
YUV128.93157.9596.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.83%
GREEN value IS 141 (55.47% from 255) = 34.56%
BLUE value IS 182 (71.48% from 255) = 44.61%
R=20.83%
G=34.56%
B=44.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal851411820.530.2300.29205.3639.9252.35
Hex558DB6351701Dcd2834
Octal12521526665270353155064
Binary101010110001101101101101101011011101110111001101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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