Shades of Danube #5C8AB9
Tints of Danube #5C8AB9
RGB
CMYK
RGB Variations
Color information
#5C8AB9 (or 0x5C8AB9) is known color: Danube. HEX triplet: 5C, 8A and B9. RGB value is (92,138,185). Sum of RGB (Red+Green+Blue) = 92+138+185=415 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.17% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 185 (72.66% from 255 or 44.58% from 415); Max value from RGB is 185 - color contains mainly: blue. Hex color #5C8AB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C8AB9 is #A37546. Grayscale: #818181. Windows color (decimal): -10712391 or 12159580. OLE color: 12159580.
HSL color Cylindrical-coordinate representation of color #5C8AB9: hue angle of 210.32º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5C8AB9 is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 138 | 185 | - |
| CMYK | 0.50 | 0.25 | 0 | 0.27 |
| HSL | 210.32º | 0.4% | 0.54% | - |
| HSV(B) | 210.32º | 0.5% | 0.73% | - |
| XYZ | 22.26 | 23.96 | 49.35 | - |
| YUV | 129.6 | 159.26 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 138 | 185 | 0.50 | 0.25 | 0 | 0.27 | 210.32 | 0.4 | 0.54 |
| Hex | 5C | 8A | B9 | 32 | 19 | 0 | 1B | D2 | 28 | 36 |
| Octal | 134 | 212 | 271 | 62 | 31 | 0 | 33 | 322 | 50 | 66 |
| Binary | 1011100 | 10001010 | 10111001 | 110010 | 11001 | 0 | 11011 | 11010010 | 101000 | 110110 |
Color Harmonies of #5C8AB9
Complementary color
Monochromatic Colors of #5C8AB9
Black with #5C8AB9
Text Example
Text Example
White with #5C8AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8AB9; }
p { color: rgb(92,138,185); }
H1.HeaderClassName
{
color: #5C8AB9;
}
.AnyTagClassName
{
color: #5C8AB9;
}
</style>
background-color css
<style>
a { background-color: #5C8AB9; }
a { background-color: rgb(92,138,185); }
div.DivClassName
{
background-color: #5C8AB9;
}
.BgClassName
{
background-color: #5C8AB9;
}
</style>
border-color css
<style>
span { border-color: #5C8AB9; }
span { border-color: rgb(92,138,185); }
td.TdClassName
{
border-color: #5C8AB9;
}
.TagClassName
{
border-color: #5C8AB9;
}
</style>