Shades of Danube #558BCA
Tints of Danube #558BCA
RGB
CMYK
RGB Variations
Color information
#558BCA (or 0x558BCA) is known color: Danube. HEX triplet: 55, 8B and CA. RGB value is (85,139,202). Sum of RGB (Red+Green+Blue) = 85+139+202=426 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.95% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #558BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558BCA is #AA7435. Grayscale: #818181. Windows color (decimal): -11170870 or 13273941. OLE color: 13273941.
HSL color Cylindrical-coordinate representation of color #558BCA: hue angle of 212.31º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #558BCA is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 139 | 202 | - |
| CMYK | 0.58 | 0.31 | 0 | 0.21 |
| HSL | 212.31º | 0.52% | 0.56% | - |
| HSV(B) | 212.31º | 0.58% | 0.79% | - |
| XYZ | 23.64 | 24.66 | 59.39 | - |
| YUV | 130.04 | 168.61 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 139 | 202 | 0.58 | 0.31 | 0 | 0.21 | 212.31 | 0.52 | 0.56 |
| Hex | 55 | 8B | CA | 3A | 1F | 0 | 15 | D4 | 34 | 38 |
| Octal | 125 | 213 | 312 | 72 | 37 | 0 | 25 | 324 | 64 | 70 |
| Binary | 1010101 | 10001011 | 11001010 | 111010 | 11111 | 0 | 10101 | 11010100 | 110100 | 111000 |
Color Harmonies of #558BCA
Complementary color
Monochromatic Colors of #558BCA
Black with #558BCA
Text Example
Text Example
White with #558BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558BCA; }
p { color: rgb(85,139,202); }
H1.HeaderClassName
{
color: #558BCA;
}
.AnyTagClassName
{
color: #558BCA;
}
</style>
background-color css
<style>
a { background-color: #558BCA; }
a { background-color: rgb(85,139,202); }
div.DivClassName
{
background-color: #558BCA;
}
.BgClassName
{
background-color: #558BCA;
}
</style>
border-color css
<style>
span { border-color: #558BCA; }
span { border-color: rgb(85,139,202); }
td.TdClassName
{
border-color: #558BCA;
}
.TagClassName
{
border-color: #558BCA;
}
</style>