Shades of Danube #5892CC
Tints of Danube #5892CC
RGB
CMYK
RGB Variations
Color information
#5892CC (or 0x5892CC) is known color: Danube. HEX triplet: 58, 92 and CC. RGB value is (88,146,204). Sum of RGB (Red+Green+Blue) = 88+146+204=438 (58% of max value = 765). Red value is 88 (34.77% from 255 or 20.09% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #5892CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5892CC is #A76D33. Grayscale: #868686. Windows color (decimal): -10972468 or 13406808. OLE color: 13406808.
HSL color Cylindrical-coordinate representation of color #5892CC: hue angle of 210º 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 #5892CC is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 146 | 204 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.2 |
| HSL | 210º | 0.53% | 0.57% | - |
| HSV(B) | 210º | 0.57% | 0.8% | - |
| XYZ | 25.2 | 26.99 | 61.01 | - |
| YUV | 135.27 | 166.78 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 146 | 204 | 0.57 | 0.28 | 0 | 0.2 | 210 | 0.53 | 0.57 |
| Hex | 58 | 92 | CC | 39 | 1C | 0 | 14 | D2 | 35 | 39 |
| Octal | 130 | 222 | 314 | 71 | 34 | 0 | 24 | 322 | 65 | 71 |
| Binary | 1011000 | 10010010 | 11001100 | 111001 | 11100 | 0 | 10100 | 11010010 | 110101 | 111001 |
Color Harmonies of #5892CC
Complementary color
Monochromatic Colors of #5892CC
Black with #5892CC
Text Example
Text Example
White with #5892CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5892CC; }
p { color: rgb(88,146,204); }
H1.HeaderClassName
{
color: #5892CC;
}
.AnyTagClassName
{
color: #5892CC;
}
</style>
background-color css
<style>
a { background-color: #5892CC; }
a { background-color: rgb(88,146,204); }
div.DivClassName
{
background-color: #5892CC;
}
.BgClassName
{
background-color: #5892CC;
}
</style>
border-color css
<style>
span { border-color: #5892CC; }
span { border-color: rgb(88,146,204); }
td.TdClassName
{
border-color: #5892CC;
}
.TagClassName
{
border-color: #5892CC;
}
</style>