Shades of Danube #558CCD
Tints of Danube #558CCD
RGB
CMYK
RGB Variations
Color information
#558CCD (or 0x558CCD) is known color: Danube. HEX triplet: 55, 8C and CD. RGB value is (85,140,205). Sum of RGB (Red+Green+Blue) = 85+140+205=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #558CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558CCD is #AA7332. Grayscale: #828282. Windows color (decimal): -11170611 or 13470805. OLE color: 13470805.
HSL color Cylindrical-coordinate representation of color #558CCD: hue angle of 212.5º 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 #558CCD is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 140 | 205 | - |
| CMYK | 0.59 | 0.32 | 0 | 0.20 |
| HSL | 212.5º | 0.55% | 0.57% | - |
| HSV(B) | 212.5º | 0.59% | 0.8% | - |
| XYZ | 24.14 | 25.1 | 61.33 | - |
| YUV | 130.97 | 169.78 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 140 | 205 | 0.59 | 0.32 | 0 | 0.20 | 212.5 | 0.55 | 0.57 |
| Hex | 55 | 8C | CD | 3B | 20 | 0 | 14 | D4 | 37 | 39 |
| Octal | 125 | 214 | 315 | 73 | 40 | 0 | 24 | 324 | 67 | 71 |
| Binary | 1010101 | 10001100 | 11001101 | 111011 | 100000 | 0 | 10100 | 11010100 | 110111 | 111001 |
Color Harmonies of #558CCD
Complementary color
Monochromatic Colors of #558CCD
Black with #558CCD
Text Example
Text Example
White with #558CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558CCD; }
p { color: rgb(85,140,205); }
H1.HeaderClassName
{
color: #558CCD;
}
.AnyTagClassName
{
color: #558CCD;
}
</style>
background-color css
<style>
a { background-color: #558CCD; }
a { background-color: rgb(85,140,205); }
div.DivClassName
{
background-color: #558CCD;
}
.BgClassName
{
background-color: #558CCD;
}
</style>
border-color css
<style>
span { border-color: #558CCD; }
span { border-color: rgb(85,140,205); }
td.TdClassName
{
border-color: #558CCD;
}
.TagClassName
{
border-color: #558CCD;
}
</style>