Shades of Danube #558CCE
Tints of Danube #558CCE
RGB
CMYK
RGB Variations
Color information
#558CCE (or 0x558CCE) is known color: Danube. HEX triplet: 55, 8C and CE. RGB value is (85,140,206). Sum of RGB (Red+Green+Blue) = 85+140+206=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #558CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558CCE is #AA7331. Grayscale: #828282. Windows color (decimal): -11170610 or 13536341. OLE color: 13536341.
HSL color Cylindrical-coordinate representation of color #558CCE: hue angle of 212.73º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #558CCE is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 140 | 206 | - |
| CMYK | 0.59 | 0.32 | 0 | 0.19 |
| HSL | 212.73º | 0.55% | 0.57% | - |
| HSV(B) | 212.73º | 0.59% | 0.81% | - |
| XYZ | 24.26 | 25.14 | 61.97 | - |
| YUV | 131.08 | 170.28 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 140 | 206 | 0.59 | 0.32 | 0 | 0.19 | 212.73 | 0.55 | 0.57 |
| Hex | 55 | 8C | CE | 3B | 20 | 0 | 13 | D5 | 37 | 39 |
| Octal | 125 | 214 | 316 | 73 | 40 | 0 | 23 | 325 | 67 | 71 |
| Binary | 1010101 | 10001100 | 11001110 | 111011 | 100000 | 0 | 10011 | 11010101 | 110111 | 111001 |
Color Harmonies of #558CCE
Complementary color
Monochromatic Colors of #558CCE
Black with #558CCE
Text Example
Text Example
White with #558CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558CCE; }
p { color: rgb(85,140,206); }
H1.HeaderClassName
{
color: #558CCE;
}
.AnyTagClassName
{
color: #558CCE;
}
</style>
background-color css
<style>
a { background-color: #558CCE; }
a { background-color: rgb(85,140,206); }
div.DivClassName
{
background-color: #558CCE;
}
.BgClassName
{
background-color: #558CCE;
}
</style>
border-color css
<style>
span { border-color: #558CCE; }
span { border-color: rgb(85,140,206); }
td.TdClassName
{
border-color: #558CCE;
}
.TagClassName
{
border-color: #558CCE;
}
</style>