Shades of Danube #5592CB
Tints of Danube #5592CB
RGB
CMYK
RGB Variations
Color information
#5592CB (or 0x5592CB) is known color: Danube. HEX triplet: 55, 92 and CB. RGB value is (85,146,203). Sum of RGB (Red+Green+Blue) = 85+146+203=434 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.59% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #5592CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5592CB is #AA6D34. Grayscale: #858585. Windows color (decimal): -11169077 or 13341269. OLE color: 13341269.
HSL color Cylindrical-coordinate representation of color #5592CB: hue angle of 208.98º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5592CB is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 146 | 203 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.20 |
| HSL | 208.98º | 0.53% | 0.56% | - |
| HSV(B) | 208.98º | 0.58% | 0.8% | - |
| XYZ | 24.8 | 26.8 | 60.37 | - |
| YUV | 134.26 | 166.79 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 146 | 203 | 0.58 | 0.28 | 0 | 0.20 | 208.98 | 0.53 | 0.56 |
| Hex | 55 | 92 | CB | 3A | 1C | 0 | 14 | D1 | 35 | 38 |
| Octal | 125 | 222 | 313 | 72 | 34 | 0 | 24 | 321 | 65 | 70 |
| Binary | 1010101 | 10010010 | 11001011 | 111010 | 11100 | 0 | 10100 | 11010001 | 110101 | 111000 |
Color Harmonies of #5592CB
Complementary color
Monochromatic Colors of #5592CB
Black with #5592CB
Text Example
Text Example
White with #5592CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5592CB; }
p { color: rgb(85,146,203); }
H1.HeaderClassName
{
color: #5592CB;
}
.AnyTagClassName
{
color: #5592CB;
}
</style>
background-color css
<style>
a { background-color: #5592CB; }
a { background-color: rgb(85,146,203); }
div.DivClassName
{
background-color: #5592CB;
}
.BgClassName
{
background-color: #5592CB;
}
</style>
border-color css
<style>
span { border-color: #5592CB; }
span { border-color: rgb(85,146,203); }
td.TdClassName
{
border-color: #5592CB;
}
.TagClassName
{
border-color: #5592CB;
}
</style>