Shades of Danube #558DCD
Tints of Danube #558DCD
RGB
CMYK
RGB Variations
Color information
#558DCD (or 0x558DCD) is known color: Danube. HEX triplet: 55, 8D and CD. RGB value is (85,141,205). Sum of RGB (Red+Green+Blue) = 85+141+205=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #558DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558DCD is #AA7232. Grayscale: #838383. Windows color (decimal): -11170355 or 13471061. OLE color: 13471061.
HSL color Cylindrical-coordinate representation of color #558DCD: hue angle of 212º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #558DCD is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 141 | 205 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.20 |
| HSL | 212º | 0.55% | 0.57% | - |
| HSV(B) | 212º | 0.59% | 0.8% | - |
| XYZ | 24.29 | 25.39 | 61.38 | - |
| YUV | 131.55 | 169.45 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 141 | 205 | 0.59 | 0.31 | 0 | 0.20 | 212 | 0.55 | 0.57 |
| Hex | 55 | 8D | CD | 3B | 1F | 0 | 14 | D4 | 37 | 39 |
| Octal | 125 | 215 | 315 | 73 | 37 | 0 | 24 | 324 | 67 | 71 |
| Binary | 1010101 | 10001101 | 11001101 | 111011 | 11111 | 0 | 10100 | 11010100 | 110111 | 111001 |
Color Harmonies of #558DCD
Complementary color
Monochromatic Colors of #558DCD
Black with #558DCD
Text Example
Text Example
White with #558DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558DCD; }
p { color: rgb(85,141,205); }
H1.HeaderClassName
{
color: #558DCD;
}
.AnyTagClassName
{
color: #558DCD;
}
</style>
background-color css
<style>
a { background-color: #558DCD; }
a { background-color: rgb(85,141,205); }
div.DivClassName
{
background-color: #558DCD;
}
.BgClassName
{
background-color: #558DCD;
}
</style>
border-color css
<style>
span { border-color: #558DCD; }
span { border-color: rgb(85,141,205); }
td.TdClassName
{
border-color: #558DCD;
}
.TagClassName
{
border-color: #558DCD;
}
</style>