Shades of Danube #5791CC
Tints of Danube #5791CC
RGB
CMYK
RGB Variations
Color information
#5791CC (or 0x5791CC) is known color: Danube. HEX triplet: 57, 91 and CC. RGB value is (87,145,204). Sum of RGB (Red+Green+Blue) = 87+145+204=436 (57% of max value = 765). Red value is 87 (34.38% from 255 or 19.95% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #5791CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5791CC is #A86E33. Grayscale: #868686. Windows color (decimal): -11038260 or 13406551. OLE color: 13406551.
HSL color Cylindrical-coordinate representation of color #5791CC: hue angle of 210.26º 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 #5791CC is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 145 | 204 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.2 |
| HSL | 210.26º | 0.53% | 0.57% | - |
| HSV(B) | 210.26º | 0.57% | 0.8% | - |
| XYZ | 24.95 | 26.64 | 60.95 | - |
| YUV | 134.38 | 167.28 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 145 | 204 | 0.57 | 0.29 | 0 | 0.2 | 210.26 | 0.53 | 0.57 |
| Hex | 57 | 91 | CC | 39 | 1D | 0 | 14 | D2 | 35 | 39 |
| Octal | 127 | 221 | 314 | 71 | 35 | 0 | 24 | 322 | 65 | 71 |
| Binary | 1010111 | 10010001 | 11001100 | 111001 | 11101 | 0 | 10100 | 11010010 | 110101 | 111001 |
Color Harmonies of #5791CC
Complementary color
Monochromatic Colors of #5791CC
Black with #5791CC
Text Example
Text Example
White with #5791CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5791CC; }
p { color: rgb(87,145,204); }
H1.HeaderClassName
{
color: #5791CC;
}
.AnyTagClassName
{
color: #5791CC;
}
</style>
background-color css
<style>
a { background-color: #5791CC; }
a { background-color: rgb(87,145,204); }
div.DivClassName
{
background-color: #5791CC;
}
.BgClassName
{
background-color: #5791CC;
}
</style>
border-color css
<style>
span { border-color: #5791CC; }
span { border-color: rgb(87,145,204); }
td.TdClassName
{
border-color: #5791CC;
}
.TagClassName
{
border-color: #5791CC;
}
</style>