Shades of Danube #5A89CA
Tints of Danube #5A89CA
RGB
CMYK
RGB Variations
Color information
#5A89CA (or 0x5A89CA) is known color: Danube. HEX triplet: 5A, 89 and CA. RGB value is (90,137,202). Sum of RGB (Red+Green+Blue) = 90+137+202=429 (56% of max value = 765). Red value is 90 (35.55% from 255 or 20.98% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A89CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A89CA is #A57635. Grayscale: #828282. Windows color (decimal): -10843702 or 13273434. OLE color: 13273434.
HSL color Cylindrical-coordinate representation of color #5A89CA: hue angle of 214.82º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A89CA is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 137 | 202 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.21 |
| HSL | 214.82º | 0.51% | 0.57% | - |
| HSV(B) | 214.82º | 0.55% | 0.79% | - |
| XYZ | 23.82 | 24.33 | 59.32 | - |
| YUV | 130.36 | 168.43 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 137 | 202 | 0.55 | 0.32 | 0 | 0.21 | 214.82 | 0.51 | 0.57 |
| Hex | 5A | 89 | CA | 37 | 20 | 0 | 15 | D7 | 33 | 39 |
| Octal | 132 | 211 | 312 | 67 | 40 | 0 | 25 | 327 | 63 | 71 |
| Binary | 1011010 | 10001001 | 11001010 | 110111 | 100000 | 0 | 10101 | 11010111 | 110011 | 111001 |
Color Harmonies of #5A89CA
Complementary color
Monochromatic Colors of #5A89CA
Black with #5A89CA
Text Example
Text Example
White with #5A89CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A89CA; }
p { color: rgb(90,137,202); }
H1.HeaderClassName
{
color: #5A89CA;
}
.AnyTagClassName
{
color: #5A89CA;
}
</style>
background-color css
<style>
a { background-color: #5A89CA; }
a { background-color: rgb(90,137,202); }
div.DivClassName
{
background-color: #5A89CA;
}
.BgClassName
{
background-color: #5A89CA;
}
</style>
border-color css
<style>
span { border-color: #5A89CA; }
span { border-color: rgb(90,137,202); }
td.TdClassName
{
border-color: #5A89CA;
}
.TagClassName
{
border-color: #5A89CA;
}
</style>