Shades of Danube #5A90BB
Tints of Danube #5A90BB
RGB
CMYK
RGB Variations
Color information
#5A90BB (or 0x5A90BB) is known color: Danube. HEX triplet: 5A, 90 and BB. RGB value is (90,144,187). Sum of RGB (Red+Green+Blue) = 90+144+187=421 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.38% from 421); Green value is 144 (56.64% from 255 or 34.20% 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 #5A90BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A90BB is #A56F44. Grayscale: #848484. Windows color (decimal): -10841925 or 12292186. OLE color: 12292186.
HSL color Cylindrical-coordinate representation of color #5A90BB: hue angle of 206.6º 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 #5A90BB is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 144 | 187 | - |
| CMYK | 0.52 | 0.23 | 0 | 0.27 |
| HSL | 206.6º | 0.42% | 0.54% | - |
| HSV(B) | 206.6º | 0.52% | 0.73% | - |
| XYZ | 23.16 | 25.71 | 50.76 | - |
| YUV | 132.76 | 158.61 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 144 | 187 | 0.52 | 0.23 | 0 | 0.27 | 206.6 | 0.42 | 0.54 |
| Hex | 5A | 90 | BB | 34 | 17 | 0 | 1B | CF | 2A | 36 |
| Octal | 132 | 220 | 273 | 64 | 27 | 0 | 33 | 317 | 52 | 66 |
| Binary | 1011010 | 10010000 | 10111011 | 110100 | 10111 | 0 | 11011 | 11001111 | 101010 | 110110 |
Color Harmonies of #5A90BB
Complementary color
Monochromatic Colors of #5A90BB
Black with #5A90BB
Text Example
Text Example
White with #5A90BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A90BB; }
p { color: rgb(90,144,187); }
H1.HeaderClassName
{
color: #5A90BB;
}
.AnyTagClassName
{
color: #5A90BB;
}
</style>
background-color css
<style>
a { background-color: #5A90BB; }
a { background-color: rgb(90,144,187); }
div.DivClassName
{
background-color: #5A90BB;
}
.BgClassName
{
background-color: #5A90BB;
}
</style>
border-color css
<style>
span { border-color: #5A90BB; }
span { border-color: rgb(90,144,187); }
td.TdClassName
{
border-color: #5A90BB;
}
.TagClassName
{
border-color: #5A90BB;
}
</style>