Shades of Danube #5790CA
Tints of Danube #5790CA
RGB
CMYK
RGB Variations
Color information
#5790CA (or 0x5790CA) is known color: Danube. HEX triplet: 57, 90 and CA. RGB value is (87,144,202). Sum of RGB (Red+Green+Blue) = 87+144+202=433 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.09% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #5790CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5790CA is #A86F35. Grayscale: #858585. Windows color (decimal): -11038518 or 13275223. OLE color: 13275223.
HSL color Cylindrical-coordinate representation of color #5790CA: hue angle of 210.26º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5790CA is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 144 | 202 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.21 |
| HSL | 210.26º | 0.52% | 0.57% | - |
| HSV(B) | 210.26º | 0.57% | 0.79% | - |
| XYZ | 24.56 | 26.24 | 59.65 | - |
| YUV | 133.57 | 166.62 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 144 | 202 | 0.57 | 0.29 | 0 | 0.21 | 210.26 | 0.52 | 0.57 |
| Hex | 57 | 90 | CA | 39 | 1D | 0 | 15 | D2 | 34 | 39 |
| Octal | 127 | 220 | 312 | 71 | 35 | 0 | 25 | 322 | 64 | 71 |
| Binary | 1010111 | 10010000 | 11001010 | 111001 | 11101 | 0 | 10101 | 11010010 | 110100 | 111001 |
Color Harmonies of #5790CA
Complementary color
Monochromatic Colors of #5790CA
Black with #5790CA
Text Example
Text Example
White with #5790CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5790CA; }
p { color: rgb(87,144,202); }
H1.HeaderClassName
{
color: #5790CA;
}
.AnyTagClassName
{
color: #5790CA;
}
</style>
background-color css
<style>
a { background-color: #5790CA; }
a { background-color: rgb(87,144,202); }
div.DivClassName
{
background-color: #5790CA;
}
.BgClassName
{
background-color: #5790CA;
}
</style>
border-color css
<style>
span { border-color: #5790CA; }
span { border-color: rgb(87,144,202); }
td.TdClassName
{
border-color: #5790CA;
}
.TagClassName
{
border-color: #5790CA;
}
</style>