Shades of Danube #5692CC
Tints of Danube #5692CC
RGB
CMYK
RGB Variations
Color information
#5692CC (or 0x5692CC) is known color: Danube. HEX triplet: 56, 92 and CC. RGB value is (86,146,204). Sum of RGB (Red+Green+Blue) = 86+146+204=436 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.72% from 436); Green value is 146 (57.42% from 255 or 33.49% 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 #5692CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5692CC is #A96D33. Grayscale: #868686. Windows color (decimal): -11103540 or 13406806. OLE color: 13406806.
HSL color Cylindrical-coordinate representation of color #5692CC: hue angle of 209.49º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5692CC is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 146 | 204 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.2 |
| HSL | 209.49º | 0.54% | 0.57% | - |
| HSV(B) | 209.49º | 0.58% | 0.8% | - |
| XYZ | 25.02 | 26.9 | 61 | - |
| YUV | 134.67 | 167.12 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 146 | 204 | 0.58 | 0.28 | 0 | 0.2 | 209.49 | 0.54 | 0.57 |
| Hex | 56 | 92 | CC | 3A | 1C | 0 | 14 | D1 | 36 | 39 |
| Octal | 126 | 222 | 314 | 72 | 34 | 0 | 24 | 321 | 66 | 71 |
| Binary | 1010110 | 10010010 | 11001100 | 111010 | 11100 | 0 | 10100 | 11010001 | 110110 | 111001 |
Color Harmonies of #5692CC
Complementary color
Monochromatic Colors of #5692CC
Black with #5692CC
Text Example
Text Example
White with #5692CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5692CC; }
p { color: rgb(86,146,204); }
H1.HeaderClassName
{
color: #5692CC;
}
.AnyTagClassName
{
color: #5692CC;
}
</style>
background-color css
<style>
a { background-color: #5692CC; }
a { background-color: rgb(86,146,204); }
div.DivClassName
{
background-color: #5692CC;
}
.BgClassName
{
background-color: #5692CC;
}
</style>
border-color css
<style>
span { border-color: #5692CC; }
span { border-color: rgb(86,146,204); }
td.TdClassName
{
border-color: #5692CC;
}
.TagClassName
{
border-color: #5692CC;
}
</style>