Shades of Danube #5792CC
Tints of Danube #5792CC
RGB
CMYK
RGB Variations
Color information
#5792CC (or 0x5792CC) is known color: Danube. HEX triplet: 57, 92 and CC. RGB value is (87,146,204). Sum of RGB (Red+Green+Blue) = 87+146+204=437 (57% of max value = 765). Red value is 87 (34.38% from 255 or 19.91% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #5792CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5792CC is #A86D33. Grayscale: #868686. Windows color (decimal): -11038004 or 13406807. OLE color: 13406807.
HSL color Cylindrical-coordinate representation of color #5792CC: hue angle of 209.74º 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 #5792CC is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 146 | 204 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.2 |
| HSL | 209.74º | 0.53% | 0.57% | - |
| HSV(B) | 209.74º | 0.57% | 0.8% | - |
| XYZ | 25.11 | 26.94 | 61 | - |
| YUV | 134.97 | 166.95 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 146 | 204 | 0.57 | 0.28 | 0 | 0.2 | 209.74 | 0.53 | 0.57 |
| Hex | 57 | 92 | CC | 39 | 1C | 0 | 14 | D2 | 35 | 39 |
| Octal | 127 | 222 | 314 | 71 | 34 | 0 | 24 | 322 | 65 | 71 |
| Binary | 1010111 | 10010010 | 11001100 | 111001 | 11100 | 0 | 10100 | 11010010 | 110101 | 111001 |
Color Harmonies of #5792CC
Complementary color
Monochromatic Colors of #5792CC
Black with #5792CC
Text Example
Text Example
White with #5792CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5792CC; }
p { color: rgb(87,146,204); }
H1.HeaderClassName
{
color: #5792CC;
}
.AnyTagClassName
{
color: #5792CC;
}
</style>
background-color css
<style>
a { background-color: #5792CC; }
a { background-color: rgb(87,146,204); }
div.DivClassName
{
background-color: #5792CC;
}
.BgClassName
{
background-color: #5792CC;
}
</style>
border-color css
<style>
span { border-color: #5792CC; }
span { border-color: rgb(87,146,204); }
td.TdClassName
{
border-color: #5792CC;
}
.TagClassName
{
border-color: #5792CC;
}
</style>