Shades of Danube #538DBD
Tints of Danube #538DBD
RGB
CMYK
RGB Variations
Color information
#538DBD (or 0x538DBD) is known color: Danube. HEX triplet: 53, 8D and BD. RGB value is (83,141,189). Sum of RGB (Red+Green+Blue) = 83+141+189=413 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.10% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #538DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538DBD is #AC7242. Grayscale: #808080. Windows color (decimal): -11301443 or 12422483. OLE color: 12422483.
HSL color Cylindrical-coordinate representation of color #538DBD: hue angle of 207.17º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #538DBD is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 141 | 189 | - |
| CMYK | 0.56 | 0.25 | 0 | 0.26 |
| HSL | 207.17º | 0.45% | 0.53% | - |
| HSV(B) | 207.17º | 0.56% | 0.74% | - |
| XYZ | 22.28 | 24.56 | 51.71 | - |
| YUV | 129.13 | 161.78 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 141 | 189 | 0.56 | 0.25 | 0 | 0.26 | 207.17 | 0.45 | 0.53 |
| Hex | 53 | 8D | BD | 38 | 19 | 0 | 1A | CF | 2D | 35 |
| Octal | 123 | 215 | 275 | 70 | 31 | 0 | 32 | 317 | 55 | 65 |
| Binary | 1010011 | 10001101 | 10111101 | 111000 | 11001 | 0 | 11010 | 11001111 | 101101 | 110101 |
Color Harmonies of #538DBD
Complementary color
Monochromatic Colors of #538DBD
Black with #538DBD
Text Example
Text Example
White with #538DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538DBD; }
p { color: rgb(83,141,189); }
H1.HeaderClassName
{
color: #538DBD;
}
.AnyTagClassName
{
color: #538DBD;
}
</style>
background-color css
<style>
a { background-color: #538DBD; }
a { background-color: rgb(83,141,189); }
div.DivClassName
{
background-color: #538DBD;
}
.BgClassName
{
background-color: #538DBD;
}
</style>
border-color css
<style>
span { border-color: #538DBD; }
span { border-color: rgb(83,141,189); }
td.TdClassName
{
border-color: #538DBD;
}
.TagClassName
{
border-color: #538DBD;
}
</style>