Shades of Danube #5191CC
Tints of Danube #5191CC
RGB
CMYK
RGB Variations
Color information
#5191CC (or 0x5191CC) is known color: Danube. HEX triplet: 51, 91 and CC. RGB value is (81,145,204). Sum of RGB (Red+Green+Blue) = 81+145+204=430 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.84% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #5191CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5191CC is #AE6E33. Grayscale: #848484. Windows color (decimal): -11431476 or 13406545. OLE color: 13406545.
HSL color Cylindrical-coordinate representation of color #5191CC: hue angle of 208.78º degrees, saturation: 0.55, 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 #5191CC is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 81 | 145 | 204 | - |
| CMYK | 0.60 | 0.29 | 0 | 0.2 |
| HSL | 208.78º | 0.55% | 0.56% | - |
| HSV(B) | 208.78º | 0.6% | 0.8% | - |
| XYZ | 24.42 | 26.36 | 60.93 | - |
| YUV | 132.59 | 168.3 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 145 | 204 | 0.60 | 0.29 | 0 | 0.2 | 208.78 | 0.55 | 0.56 |
| Hex | 51 | 91 | CC | 3C | 1D | 0 | 14 | D1 | 37 | 38 |
| Octal | 121 | 221 | 314 | 74 | 35 | 0 | 24 | 321 | 67 | 70 |
| Binary | 1010001 | 10010001 | 11001100 | 111100 | 11101 | 0 | 10100 | 11010001 | 110111 | 111000 |
Color Harmonies of #5191CC
Complementary color
Monochromatic Colors of #5191CC
Black with #5191CC
Text Example
Text Example
White with #5191CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5191CC; }
p { color: rgb(81,145,204); }
H1.HeaderClassName
{
color: #5191CC;
}
.AnyTagClassName
{
color: #5191CC;
}
</style>
background-color css
<style>
a { background-color: #5191CC; }
a { background-color: rgb(81,145,204); }
div.DivClassName
{
background-color: #5191CC;
}
.BgClassName
{
background-color: #5191CC;
}
</style>
border-color css
<style>
span { border-color: #5191CC; }
span { border-color: rgb(81,145,204); }
td.TdClassName
{
border-color: #5191CC;
}
.TagClassName
{
border-color: #5191CC;
}
</style>