Shades of Danube #5392CB
Tints of Danube #5392CB
RGB
CMYK
RGB Variations
Color information
#5392CB (or 0x5392CB) is known color: Danube. HEX triplet: 53, 92 and CB. RGB value is (83,146,203). Sum of RGB (Red+Green+Blue) = 83+146+203=432 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.21% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #5392CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5392CB is #AC6D34. Grayscale: #858585. Windows color (decimal): -11300149 or 13341267. OLE color: 13341267.
HSL color Cylindrical-coordinate representation of color #5392CB: hue angle of 208.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5392CB is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 146 | 203 | - |
| CMYK | 0.59 | 0.28 | 0 | 0.20 |
| HSL | 208.5º | 0.54% | 0.56% | - |
| HSV(B) | 208.5º | 0.59% | 0.8% | - |
| XYZ | 24.63 | 26.71 | 60.36 | - |
| YUV | 133.66 | 167.13 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 146 | 203 | 0.59 | 0.28 | 0 | 0.20 | 208.5 | 0.54 | 0.56 |
| Hex | 53 | 92 | CB | 3B | 1C | 0 | 14 | D0 | 36 | 38 |
| Octal | 123 | 222 | 313 | 73 | 34 | 0 | 24 | 320 | 66 | 70 |
| Binary | 1010011 | 10010010 | 11001011 | 111011 | 11100 | 0 | 10100 | 11010000 | 110110 | 111000 |
Color Harmonies of #5392CB
Complementary color
Monochromatic Colors of #5392CB
Black with #5392CB
Text Example
Text Example
White with #5392CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5392CB; }
p { color: rgb(83,146,203); }
H1.HeaderClassName
{
color: #5392CB;
}
.AnyTagClassName
{
color: #5392CB;
}
</style>
background-color css
<style>
a { background-color: #5392CB; }
a { background-color: rgb(83,146,203); }
div.DivClassName
{
background-color: #5392CB;
}
.BgClassName
{
background-color: #5392CB;
}
</style>
border-color css
<style>
span { border-color: #5392CB; }
span { border-color: rgb(83,146,203); }
td.TdClassName
{
border-color: #5392CB;
}
.TagClassName
{
border-color: #5392CB;
}
</style>