Shades of Danube #5190CB
Tints of Danube #5190CB
RGB
CMYK
RGB Variations
Color information
#5190CB (or 0x5190CB) is known color: Danube. HEX triplet: 51, 90 and CB. RGB value is (81,144,203). Sum of RGB (Red+Green+Blue) = 81+144+203=428 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.93% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #5190CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5190CB is #AE6F34. Grayscale: #838383. Windows color (decimal): -11431733 or 13340753. OLE color: 13340753.
HSL color Cylindrical-coordinate representation of color #5190CB: hue angle of 209.02º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5190CB is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 144 | 203 | - |
| CMYK | 0.60 | 0.29 | 0 | 0.20 |
| HSL | 209.02º | 0.54% | 0.56% | - |
| HSV(B) | 209.02º | 0.6% | 0.8% | - |
| XYZ | 24.15 | 26.01 | 60.25 | - |
| YUV | 131.89 | 168.13 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 144 | 203 | 0.60 | 0.29 | 0 | 0.20 | 209.02 | 0.54 | 0.56 |
| Hex | 51 | 90 | CB | 3C | 1D | 0 | 14 | D1 | 36 | 38 |
| Octal | 121 | 220 | 313 | 74 | 35 | 0 | 24 | 321 | 66 | 70 |
| Binary | 1010001 | 10010000 | 11001011 | 111100 | 11101 | 0 | 10100 | 11010001 | 110110 | 111000 |
Color Harmonies of #5190CB
Complementary color
Monochromatic Colors of #5190CB
Black with #5190CB
Text Example
Text Example
White with #5190CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5190CB; }
p { color: rgb(81,144,203); }
H1.HeaderClassName
{
color: #5190CB;
}
.AnyTagClassName
{
color: #5190CB;
}
</style>
background-color css
<style>
a { background-color: #5190CB; }
a { background-color: rgb(81,144,203); }
div.DivClassName
{
background-color: #5190CB;
}
.BgClassName
{
background-color: #5190CB;
}
</style>
border-color css
<style>
span { border-color: #5190CB; }
span { border-color: rgb(81,144,203); }
td.TdClassName
{
border-color: #5190CB;
}
.TagClassName
{
border-color: #5190CB;
}
</style>