Shades of Danube #5790CC
Tints of Danube #5790CC
RGB
CMYK
RGB Variations
Color information
#5790CC (or 0x5790CC) is known color: Danube. HEX triplet: 57, 90 and CC. RGB value is (87,144,204). Sum of RGB (Red+Green+Blue) = 87+144+204=435 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #5790CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5790CC is #A86F33. Grayscale: #858585. Windows color (decimal): -11038516 or 13406295. OLE color: 13406295.
HSL color Cylindrical-coordinate representation of color #5790CC: hue angle of 210.77º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5790CC is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 144 | 204 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.2 |
| HSL | 210.77º | 0.53% | 0.57% | - |
| HSV(B) | 210.77º | 0.57% | 0.8% | - |
| XYZ | 24.8 | 26.33 | 60.9 | - |
| YUV | 133.8 | 167.62 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 144 | 204 | 0.57 | 0.29 | 0 | 0.2 | 210.77 | 0.53 | 0.57 |
| Hex | 57 | 90 | CC | 39 | 1D | 0 | 14 | D3 | 35 | 39 |
| Octal | 127 | 220 | 314 | 71 | 35 | 0 | 24 | 323 | 65 | 71 |
| Binary | 1010111 | 10010000 | 11001100 | 111001 | 11101 | 0 | 10100 | 11010011 | 110101 | 111001 |
Color Harmonies of #5790CC
Complementary color
Monochromatic Colors of #5790CC
Black with #5790CC
Text Example
Text Example
White with #5790CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5790CC; }
p { color: rgb(87,144,204); }
H1.HeaderClassName
{
color: #5790CC;
}
.AnyTagClassName
{
color: #5790CC;
}
</style>
background-color css
<style>
a { background-color: #5790CC; }
a { background-color: rgb(87,144,204); }
div.DivClassName
{
background-color: #5790CC;
}
.BgClassName
{
background-color: #5790CC;
}
</style>
border-color css
<style>
span { border-color: #5790CC; }
span { border-color: rgb(87,144,204); }
td.TdClassName
{
border-color: #5790CC;
}
.TagClassName
{
border-color: #5790CC;
}
</style>