Shades of Danube #558BC5
Tints of Danube #558BC5
RGB
CMYK
RGB Variations
Color information
#558BC5 (or 0x558BC5) is known color: Danube. HEX triplet: 55, 8B and C5. RGB value is (85,139,197). Sum of RGB (Red+Green+Blue) = 85+139+197=421 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.19% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 197 (77.34% from 255 or 46.79% from 421); Max value from RGB is 197 - color contains mainly: blue. Hex color #558BC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558BC5 is #AA743A. Grayscale: #818181. Windows color (decimal): -11170875 or 12946261. OLE color: 12946261.
HSL color Cylindrical-coordinate representation of color #558BC5: hue angle of 211.07º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #558BC5 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 139 | 197 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.23 |
| HSL | 211.07º | 0.49% | 0.55% | - |
| HSV(B) | 211.07º | 0.57% | 0.77% | - |
| XYZ | 23.06 | 24.43 | 56.32 | - |
| YUV | 129.47 | 166.11 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 139 | 197 | 0.57 | 0.29 | 0 | 0.23 | 211.07 | 0.49 | 0.55 |
| Hex | 55 | 8B | C5 | 39 | 1D | 0 | 17 | D3 | 31 | 37 |
| Octal | 125 | 213 | 305 | 71 | 35 | 0 | 27 | 323 | 61 | 67 |
| Binary | 1010101 | 10001011 | 11000101 | 111001 | 11101 | 0 | 10111 | 11010011 | 110001 | 110111 |
Color Harmonies of #558BC5
Complementary color
Monochromatic Colors of #558BC5
Black with #558BC5
Text Example
Text Example
White with #558BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558BC5; }
p { color: rgb(85,139,197); }
H1.HeaderClassName
{
color: #558BC5;
}
.AnyTagClassName
{
color: #558BC5;
}
</style>
background-color css
<style>
a { background-color: #558BC5; }
a { background-color: rgb(85,139,197); }
div.DivClassName
{
background-color: #558BC5;
}
.BgClassName
{
background-color: #558BC5;
}
</style>
border-color css
<style>
span { border-color: #558BC5; }
span { border-color: rgb(85,139,197); }
td.TdClassName
{
border-color: #558BC5;
}
.TagClassName
{
border-color: #558BC5;
}
</style>