Shades of Danube #5A8FBB
Tints of Danube #5A8FBB
RGB
CMYK
RGB Variations
Color information
#5A8FBB (or 0x5A8FBB) is known color: Danube. HEX triplet: 5A, 8F and BB. RGB value is (90,143,187). Sum of RGB (Red+Green+Blue) = 90+143+187=420 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.43% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 187 - color contains mainly: blue. Hex color #5A8FBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A8FBB is #A57044. Grayscale: #838383. Windows color (decimal): -10842181 or 12291930. OLE color: 12291930.
HSL color Cylindrical-coordinate representation of color #5A8FBB: hue angle of 207.22º 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 #5A8FBB is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 143 | 187 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.27 |
| HSL | 207.22º | 0.42% | 0.54% | - |
| HSV(B) | 207.22º | 0.52% | 0.73% | - |
| XYZ | 23.01 | 25.41 | 50.7 | - |
| YUV | 132.17 | 158.94 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 143 | 187 | 0.52 | 0.24 | 0 | 0.27 | 207.22 | 0.42 | 0.54 |
| Hex | 5A | 8F | BB | 34 | 18 | 0 | 1B | CF | 2A | 36 |
| Octal | 132 | 217 | 273 | 64 | 30 | 0 | 33 | 317 | 52 | 66 |
| Binary | 1011010 | 10001111 | 10111011 | 110100 | 11000 | 0 | 11011 | 11001111 | 101010 | 110110 |
Color Harmonies of #5A8FBB
Complementary color
Monochromatic Colors of #5A8FBB
Black with #5A8FBB
Text Example
Text Example
White with #5A8FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8FBB; }
p { color: rgb(90,143,187); }
H1.HeaderClassName
{
color: #5A8FBB;
}
.AnyTagClassName
{
color: #5A8FBB;
}
</style>
background-color css
<style>
a { background-color: #5A8FBB; }
a { background-color: rgb(90,143,187); }
div.DivClassName
{
background-color: #5A8FBB;
}
.BgClassName
{
background-color: #5A8FBB;
}
</style>
border-color css
<style>
span { border-color: #5A8FBB; }
span { border-color: rgb(90,143,187); }
td.TdClassName
{
border-color: #5A8FBB;
}
.TagClassName
{
border-color: #5A8FBB;
}
</style>