Shades of Danube #5C8EBB
Tints of Danube #5C8EBB
RGB
CMYK
RGB Variations
Color information
#5C8EBB (or 0x5C8EBB) is known color: Danube. HEX triplet: 5C, 8E and BB. RGB value is (92,142,187). Sum of RGB (Red+Green+Blue) = 92+142+187=421 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.85% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #5C8EBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C8EBB is #A37144. Grayscale: #838383. Windows color (decimal): -10711365 or 12291676. OLE color: 12291676.
HSL color Cylindrical-coordinate representation of color #5C8EBB: hue angle of 208.42º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C8EBB is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 142 | 187 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.27 |
| HSL | 208.42º | 0.41% | 0.55% | - |
| HSV(B) | 208.42º | 0.51% | 0.73% | - |
| XYZ | 23.06 | 25.21 | 50.66 | - |
| YUV | 132.18 | 158.94 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 142 | 187 | 0.51 | 0.24 | 0 | 0.27 | 208.42 | 0.41 | 0.55 |
| Hex | 5C | 8E | BB | 33 | 18 | 0 | 1B | D0 | 29 | 37 |
| Octal | 134 | 216 | 273 | 63 | 30 | 0 | 33 | 320 | 51 | 67 |
| Binary | 1011100 | 10001110 | 10111011 | 110011 | 11000 | 0 | 11011 | 11010000 | 101001 | 110111 |
Color Harmonies of #5C8EBB
Complementary color
Monochromatic Colors of #5C8EBB
Black with #5C8EBB
Text Example
Text Example
White with #5C8EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8EBB; }
p { color: rgb(92,142,187); }
H1.HeaderClassName
{
color: #5C8EBB;
}
.AnyTagClassName
{
color: #5C8EBB;
}
</style>
background-color css
<style>
a { background-color: #5C8EBB; }
a { background-color: rgb(92,142,187); }
div.DivClassName
{
background-color: #5C8EBB;
}
.BgClassName
{
background-color: #5C8EBB;
}
</style>
border-color css
<style>
span { border-color: #5C8EBB; }
span { border-color: rgb(92,142,187); }
td.TdClassName
{
border-color: #5C8EBB;
}
.TagClassName
{
border-color: #5C8EBB;
}
</style>