Shades of Danube #5391CA
Tints of Danube #5391CA
RGB
CMYK
RGB Variations
Color information
#5391CA (or 0x5391CA) is known color: Danube. HEX triplet: 53, 91 and CA. RGB value is (83,145,202). Sum of RGB (Red+Green+Blue) = 83+145+202=430 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.30% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #5391CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5391CA is #AC6E35. Grayscale: #848484. Windows color (decimal): -11300406 or 13275475. OLE color: 13275475.
HSL color Cylindrical-coordinate representation of color #5391CA: hue angle of 208.74º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5391CA is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 145 | 202 | - |
| CMYK | 0.59 | 0.28 | 0 | 0.21 |
| HSL | 208.74º | 0.53% | 0.56% | - |
| HSV(B) | 208.74º | 0.59% | 0.79% | - |
| XYZ | 24.35 | 26.35 | 59.68 | - |
| YUV | 132.96 | 166.96 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 145 | 202 | 0.59 | 0.28 | 0 | 0.21 | 208.74 | 0.53 | 0.56 |
| Hex | 53 | 91 | CA | 3B | 1C | 0 | 15 | D1 | 35 | 38 |
| Octal | 123 | 221 | 312 | 73 | 34 | 0 | 25 | 321 | 65 | 70 |
| Binary | 1010011 | 10010001 | 11001010 | 111011 | 11100 | 0 | 10101 | 11010001 | 110101 | 111000 |
Color Harmonies of #5391CA
Complementary color
Monochromatic Colors of #5391CA
Black with #5391CA
Text Example
Text Example
White with #5391CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5391CA; }
p { color: rgb(83,145,202); }
H1.HeaderClassName
{
color: #5391CA;
}
.AnyTagClassName
{
color: #5391CA;
}
</style>
background-color css
<style>
a { background-color: #5391CA; }
a { background-color: rgb(83,145,202); }
div.DivClassName
{
background-color: #5391CA;
}
.BgClassName
{
background-color: #5391CA;
}
</style>
border-color css
<style>
span { border-color: #5391CA; }
span { border-color: rgb(83,145,202); }
td.TdClassName
{
border-color: #5391CA;
}
.TagClassName
{
border-color: #5391CA;
}
</style>