Shades of Danube #5C8DB8
Tints of Danube #5C8DB8
RGB
CMYK
RGB Variations
Color information
#5C8DB8 (or 0x5C8DB8) is known color: Danube. HEX triplet: 5C, 8D and B8. RGB value is (92,141,184). Sum of RGB (Red+Green+Blue) = 92+141+184=417 (55% of max value = 765). Red value is 92 (36.33% from 255 or 22.06% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 184 (72.27% from 255 or 44.12% from 417); Max value from RGB is 184 - color contains mainly: blue. Hex color #5C8DB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C8DB8 is #A37247. Grayscale: #838383. Windows color (decimal): -10711624 or 12094812. OLE color: 12094812.
HSL color Cylindrical-coordinate representation of color #5C8DB8: hue angle of 208.04º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5C8DB8 is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 92 | 141 | 184 | - |
| CMYK | 0.50 | 0.23 | 0 | 0.28 |
| HSL | 208.04º | 0.39% | 0.54% | - |
| HSV(B) | 208.04º | 0.5% | 0.72% | - |
| XYZ | 22.59 | 24.79 | 48.94 | - |
| YUV | 131.25 | 157.77 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 141 | 184 | 0.50 | 0.23 | 0 | 0.28 | 208.04 | 0.39 | 0.54 |
| Hex | 5C | 8D | B8 | 32 | 17 | 0 | 1C | D0 | 27 | 36 |
| Octal | 134 | 215 | 270 | 62 | 27 | 0 | 34 | 320 | 47 | 66 |
| Binary | 1011100 | 10001101 | 10111000 | 110010 | 10111 | 0 | 11100 | 11010000 | 100111 | 110110 |
Color Harmonies of #5C8DB8
Complementary color
Monochromatic Colors of #5C8DB8
Black with #5C8DB8
Text Example
Text Example
White with #5C8DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8DB8; }
p { color: rgb(92,141,184); }
H1.HeaderClassName
{
color: #5C8DB8;
}
.AnyTagClassName
{
color: #5C8DB8;
}
</style>
background-color css
<style>
a { background-color: #5C8DB8; }
a { background-color: rgb(92,141,184); }
div.DivClassName
{
background-color: #5C8DB8;
}
.BgClassName
{
background-color: #5C8DB8;
}
</style>
border-color css
<style>
span { border-color: #5C8DB8; }
span { border-color: rgb(92,141,184); }
td.TdClassName
{
border-color: #5C8DB8;
}
.TagClassName
{
border-color: #5C8DB8;
}
</style>