Shades of Danube #538DB7
Tints of Danube #538DB7
RGB
CMYK
RGB Variations
Color information
#538DB7 (or 0x538DB7) is known color: Danube. HEX triplet: 53, 8D and B7. RGB value is (83,141,183). Sum of RGB (Red+Green+Blue) = 83+141+183=407 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.39% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 183 (71.88% from 255 or 44.96% from 407); Max value from RGB is 183 - color contains mainly: blue. Hex color #538DB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538DB7 is #AC7248. Grayscale: #808080. Windows color (decimal): -11301449 or 12029267. OLE color: 12029267.
HSL color Cylindrical-coordinate representation of color #538DB7: hue angle of 205.2º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #538DB7 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 83 | 141 | 183 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.28 |
| HSL | 205.2º | 0.41% | 0.52% | - |
| HSV(B) | 205.2º | 0.55% | 0.72% | - |
| XYZ | 21.64 | 24.31 | 48.35 | - |
| YUV | 128.45 | 158.78 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 141 | 183 | 0.55 | 0.23 | 0 | 0.28 | 205.2 | 0.41 | 0.52 |
| Hex | 53 | 8D | B7 | 37 | 17 | 0 | 1C | CD | 29 | 34 |
| Octal | 123 | 215 | 267 | 67 | 27 | 0 | 34 | 315 | 51 | 64 |
| Binary | 1010011 | 10001101 | 10110111 | 110111 | 10111 | 0 | 11100 | 11001101 | 101001 | 110100 |
Color Harmonies of #538DB7
Complementary color
Monochromatic Colors of #538DB7
Black with #538DB7
Text Example
Text Example
White with #538DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538DB7; }
p { color: rgb(83,141,183); }
H1.HeaderClassName
{
color: #538DB7;
}
.AnyTagClassName
{
color: #538DB7;
}
</style>
background-color css
<style>
a { background-color: #538DB7; }
a { background-color: rgb(83,141,183); }
div.DivClassName
{
background-color: #538DB7;
}
.BgClassName
{
background-color: #538DB7;
}
</style>
border-color css
<style>
span { border-color: #538DB7; }
span { border-color: rgb(83,141,183); }
td.TdClassName
{
border-color: #538DB7;
}
.TagClassName
{
border-color: #538DB7;
}
</style>