Shades of Danube #558CB7
Tints of Danube #558CB7
RGB
CMYK
RGB Variations
Color information
#558CB7 (or 0x558CB7) is known color: Danube. HEX triplet: 55, 8C and B7. RGB value is (85,140,183). Sum of RGB (Red+Green+Blue) = 85+140+183=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 183 (71.88% from 255 or 44.85% from 408); Max value from RGB is 183 - color contains mainly: blue. Hex color #558CB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558CB7 is #AA7348. Grayscale: #808080. Windows color (decimal): -11170633 or 12029013. OLE color: 12029013.
HSL color Cylindrical-coordinate representation of color #558CB7: hue angle of 206.33º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #558CB7 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 85 | 140 | 183 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.28 |
| HSL | 206.33º | 0.4% | 0.53% | - |
| HSV(B) | 206.33º | 0.54% | 0.72% | - |
| XYZ | 21.67 | 24.11 | 48.31 | - |
| YUV | 128.46 | 158.78 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 140 | 183 | 0.54 | 0.23 | 0 | 0.28 | 206.33 | 0.4 | 0.53 |
| Hex | 55 | 8C | B7 | 36 | 17 | 0 | 1C | CE | 28 | 35 |
| Octal | 125 | 214 | 267 | 66 | 27 | 0 | 34 | 316 | 50 | 65 |
| Binary | 1010101 | 10001100 | 10110111 | 110110 | 10111 | 0 | 11100 | 11001110 | 101000 | 110101 |
Color Harmonies of #558CB7
Complementary color
Monochromatic Colors of #558CB7
Black with #558CB7
Text Example
Text Example
White with #558CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558CB7; }
p { color: rgb(85,140,183); }
H1.HeaderClassName
{
color: #558CB7;
}
.AnyTagClassName
{
color: #558CB7;
}
</style>
background-color css
<style>
a { background-color: #558CB7; }
a { background-color: rgb(85,140,183); }
div.DivClassName
{
background-color: #558CB7;
}
.BgClassName
{
background-color: #558CB7;
}
</style>
border-color css
<style>
span { border-color: #558CB7; }
span { border-color: rgb(85,140,183); }
td.TdClassName
{
border-color: #558CB7;
}
.TagClassName
{
border-color: #558CB7;
}
</style>