Shades of Danube #5A8EBB
Tints of Danube #5A8EBB
RGB
CMYK
RGB Variations
Color information
#5A8EBB (or 0x5A8EBB) is known color: Danube. HEX triplet: 5A, 8E and BB. RGB value is (90,142,187). Sum of RGB (Red+Green+Blue) = 90+142+187=419 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.48% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: blue. Hex color #5A8EBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A8EBB is #A57144. Grayscale: #838383. Windows color (decimal): -10842437 or 12291674. OLE color: 12291674.
HSL color Cylindrical-coordinate representation of color #5A8EBB: hue angle of 207.84º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A8EBB is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 142 | 187 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.27 |
| HSL | 207.84º | 0.42% | 0.54% | - |
| HSV(B) | 207.84º | 0.52% | 0.73% | - |
| XYZ | 22.86 | 25.11 | 50.66 | - |
| YUV | 131.58 | 159.27 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 142 | 187 | 0.52 | 0.24 | 0 | 0.27 | 207.84 | 0.42 | 0.54 |
| Hex | 5A | 8E | BB | 34 | 18 | 0 | 1B | D0 | 2A | 36 |
| Octal | 132 | 216 | 273 | 64 | 30 | 0 | 33 | 320 | 52 | 66 |
| Binary | 1011010 | 10001110 | 10111011 | 110100 | 11000 | 0 | 11011 | 11010000 | 101010 | 110110 |
Color Harmonies of #5A8EBB
Complementary color
Monochromatic Colors of #5A8EBB
Black with #5A8EBB
Text Example
Text Example
White with #5A8EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8EBB; }
p { color: rgb(90,142,187); }
H1.HeaderClassName
{
color: #5A8EBB;
}
.AnyTagClassName
{
color: #5A8EBB;
}
</style>
background-color css
<style>
a { background-color: #5A8EBB; }
a { background-color: rgb(90,142,187); }
div.DivClassName
{
background-color: #5A8EBB;
}
.BgClassName
{
background-color: #5A8EBB;
}
</style>
border-color css
<style>
span { border-color: #5A8EBB; }
span { border-color: rgb(90,142,187); }
td.TdClassName
{
border-color: #5A8EBB;
}
.TagClassName
{
border-color: #5A8EBB;
}
</style>