Shades of Danube #558DBE
Tints of Danube #558DBE
RGB
CMYK
RGB Variations
Color information
#558DBE (or 0x558DBE) is known color: Danube. HEX triplet: 55, 8D and BE. RGB value is (85,141,190). Sum of RGB (Red+Green+Blue) = 85+141+190=416 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.43% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #558DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558DBE is #AA7241. Grayscale: #818181. Windows color (decimal): -11170370 or 12488021. OLE color: 12488021.
HSL color Cylindrical-coordinate representation of color #558DBE: hue angle of 208º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #558DBE is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 141 | 190 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.25 |
| HSL | 208º | 0.45% | 0.54% | - |
| HSV(B) | 208º | 0.55% | 0.75% | - |
| XYZ | 22.57 | 24.7 | 52.29 | - |
| YUV | 129.84 | 161.95 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 141 | 190 | 0.55 | 0.26 | 0 | 0.25 | 208 | 0.45 | 0.54 |
| Hex | 55 | 8D | BE | 37 | 1A | 0 | 19 | D0 | 2D | 36 |
| Octal | 125 | 215 | 276 | 67 | 32 | 0 | 31 | 320 | 55 | 66 |
| Binary | 1010101 | 10001101 | 10111110 | 110111 | 11010 | 0 | 11001 | 11010000 | 101101 | 110110 |
Color Harmonies of #558DBE
Complementary color
Monochromatic Colors of #558DBE
Black with #558DBE
Text Example
Text Example
White with #558DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558DBE; }
p { color: rgb(85,141,190); }
H1.HeaderClassName
{
color: #558DBE;
}
.AnyTagClassName
{
color: #558DBE;
}
</style>
background-color css
<style>
a { background-color: #558DBE; }
a { background-color: rgb(85,141,190); }
div.DivClassName
{
background-color: #558DBE;
}
.BgClassName
{
background-color: #558DBE;
}
</style>
border-color css
<style>
span { border-color: #558DBE; }
span { border-color: rgb(85,141,190); }
td.TdClassName
{
border-color: #558DBE;
}
.TagClassName
{
border-color: #558DBE;
}
</style>