Shades of Danube #5592CC
Tints of Danube #5592CC
RGB
CMYK
RGB Variations
Color information
#5592CC (or 0x5592CC) is known color: Danube. HEX triplet: 55, 92 and CC. RGB value is (85,146,204). Sum of RGB (Red+Green+Blue) = 85+146+204=435 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.54% from 435); Green value is 146 (57.42% from 255 or 33.56% 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 #5592CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5592CC is #AA6D33. Grayscale: #868686. Windows color (decimal): -11169076 or 13406805. OLE color: 13406805.
HSL color Cylindrical-coordinate representation of color #5592CC: hue angle of 209.24º 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 #5592CC is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 146 | 204 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.2 |
| HSL | 209.24º | 0.54% | 0.57% | - |
| HSV(B) | 209.24º | 0.58% | 0.8% | - |
| XYZ | 24.92 | 26.85 | 61 | - |
| YUV | 134.37 | 167.29 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 146 | 204 | 0.58 | 0.28 | 0 | 0.2 | 209.24 | 0.54 | 0.57 |
| Hex | 55 | 92 | CC | 3A | 1C | 0 | 14 | D1 | 36 | 39 |
| Octal | 125 | 222 | 314 | 72 | 34 | 0 | 24 | 321 | 66 | 71 |
| Binary | 1010101 | 10010010 | 11001100 | 111010 | 11100 | 0 | 10100 | 11010001 | 110110 | 111001 |
Color Harmonies of #5592CC
Complementary color
Monochromatic Colors of #5592CC
Black with #5592CC
Text Example
Text Example
White with #5592CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5592CC; }
p { color: rgb(85,146,204); }
H1.HeaderClassName
{
color: #5592CC;
}
.AnyTagClassName
{
color: #5592CC;
}
</style>
background-color css
<style>
a { background-color: #5592CC; }
a { background-color: rgb(85,146,204); }
div.DivClassName
{
background-color: #5592CC;
}
.BgClassName
{
background-color: #5592CC;
}
</style>
border-color css
<style>
span { border-color: #5592CC; }
span { border-color: rgb(85,146,204); }
td.TdClassName
{
border-color: #5592CC;
}
.TagClassName
{
border-color: #5592CC;
}
</style>