Shades of Danube #558CCC
Tints of Danube #558CCC
RGB
CMYK
RGB Variations
Color information
#558CCC (or 0x558CCC) is known color: Danube. HEX triplet: 55, 8C and CC. RGB value is (85,140,204). Sum of RGB (Red+Green+Blue) = 85+140+204=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #558CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558CCC is #AA7333. Grayscale: #828282. Windows color (decimal): -11170612 or 13405269. OLE color: 13405269.
HSL color Cylindrical-coordinate representation of color #558CCC: hue angle of 212.27º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #558CCC is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 140 | 204 | - |
| CMYK | 0.58 | 0.31 | 0 | 0.2 |
| HSL | 212.27º | 0.54% | 0.57% | - |
| HSV(B) | 212.27º | 0.58% | 0.8% | - |
| XYZ | 24.02 | 25.05 | 60.7 | - |
| YUV | 130.85 | 169.28 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 140 | 204 | 0.58 | 0.31 | 0 | 0.2 | 212.27 | 0.54 | 0.57 |
| Hex | 55 | 8C | CC | 3A | 1F | 0 | 14 | D4 | 36 | 39 |
| Octal | 125 | 214 | 314 | 72 | 37 | 0 | 24 | 324 | 66 | 71 |
| Binary | 1010101 | 10001100 | 11001100 | 111010 | 11111 | 0 | 10100 | 11010100 | 110110 | 111001 |
Color Harmonies of #558CCC
Complementary color
Monochromatic Colors of #558CCC
Black with #558CCC
Text Example
Text Example
White with #558CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558CCC; }
p { color: rgb(85,140,204); }
H1.HeaderClassName
{
color: #558CCC;
}
.AnyTagClassName
{
color: #558CCC;
}
</style>
background-color css
<style>
a { background-color: #558CCC; }
a { background-color: rgb(85,140,204); }
div.DivClassName
{
background-color: #558CCC;
}
.BgClassName
{
background-color: #558CCC;
}
</style>
border-color css
<style>
span { border-color: #558CCC; }
span { border-color: rgb(85,140,204); }
td.TdClassName
{
border-color: #558CCC;
}
.TagClassName
{
border-color: #558CCC;
}
</style>