Shades of Danube #5A8EBE
Tints of Danube #5A8EBE
RGB
CMYK
RGB Variations
Color information
#5A8EBE (or 0x5A8EBE) is known color: Danube. HEX triplet: 5A, 8E and BE. RGB value is (90,142,190). Sum of RGB (Red+Green+Blue) = 90+142+190=422 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.33% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #5A8EBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A8EBE is #A57141. Grayscale: #838383. Windows color (decimal): -10842434 or 12488282. OLE color: 12488282.
HSL color Cylindrical-coordinate representation of color #5A8EBE: hue angle of 208.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A8EBE is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 142 | 190 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.25 |
| HSL | 208.8º | 0.43% | 0.55% | - |
| HSV(B) | 208.8º | 0.53% | 0.75% | - |
| XYZ | 23.18 | 25.24 | 52.36 | - |
| YUV | 131.92 | 160.77 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 142 | 190 | 0.53 | 0.25 | 0 | 0.25 | 208.8 | 0.43 | 0.55 |
| Hex | 5A | 8E | BE | 35 | 19 | 0 | 19 | D1 | 2B | 37 |
| Octal | 132 | 216 | 276 | 65 | 31 | 0 | 31 | 321 | 53 | 67 |
| Binary | 1011010 | 10001110 | 10111110 | 110101 | 11001 | 0 | 11001 | 11010001 | 101011 | 110111 |
Color Harmonies of #5A8EBE
Complementary color
Monochromatic Colors of #5A8EBE
Black with #5A8EBE
Text Example
Text Example
White with #5A8EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8EBE; }
p { color: rgb(90,142,190); }
H1.HeaderClassName
{
color: #5A8EBE;
}
.AnyTagClassName
{
color: #5A8EBE;
}
</style>
background-color css
<style>
a { background-color: #5A8EBE; }
a { background-color: rgb(90,142,190); }
div.DivClassName
{
background-color: #5A8EBE;
}
.BgClassName
{
background-color: #5A8EBE;
}
</style>
border-color css
<style>
span { border-color: #5A8EBE; }
span { border-color: rgb(90,142,190); }
td.TdClassName
{
border-color: #5A8EBE;
}
.TagClassName
{
border-color: #5A8EBE;
}
</style>