Shades of Danube #538AC0
Tints of Danube #538AC0
RGB
CMYK
RGB Variations
Color information
#538AC0 (or 0x538AC0) is known color: Danube. HEX triplet: 53, 8A and C0. RGB value is (83,138,192). Sum of RGB (Red+Green+Blue) = 83+138+192=413 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.10% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 192 - color contains mainly: blue. Hex color #538AC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538AC0 is #AC753F. Grayscale: #7F7F7F. Windows color (decimal): -11302208 or 12618323. OLE color: 12618323.
HSL color Cylindrical-coordinate representation of color #538AC0: hue angle of 209.72º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #538AC0 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 138 | 192 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.25 |
| HSL | 209.72º | 0.46% | 0.54% | - |
| HSV(B) | 209.72º | 0.57% | 0.75% | - |
| XYZ | 22.17 | 23.82 | 53.3 | - |
| YUV | 127.71 | 164.28 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 138 | 192 | 0.57 | 0.28 | 0 | 0.25 | 209.72 | 0.46 | 0.54 |
| Hex | 53 | 8A | C0 | 39 | 1C | 0 | 19 | D2 | 2E | 36 |
| Octal | 123 | 212 | 300 | 71 | 34 | 0 | 31 | 322 | 56 | 66 |
| Binary | 1010011 | 10001010 | 11000000 | 111001 | 11100 | 0 | 11001 | 11010010 | 101110 | 110110 |
Color Harmonies of #538AC0
Complementary color
Monochromatic Colors of #538AC0
Black with #538AC0
Text Example
Text Example
White with #538AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538AC0; }
p { color: rgb(83,138,192); }
H1.HeaderClassName
{
color: #538AC0;
}
.AnyTagClassName
{
color: #538AC0;
}
</style>
background-color css
<style>
a { background-color: #538AC0; }
a { background-color: rgb(83,138,192); }
div.DivClassName
{
background-color: #538AC0;
}
.BgClassName
{
background-color: #538AC0;
}
</style>
border-color css
<style>
span { border-color: #538AC0; }
span { border-color: rgb(83,138,192); }
td.TdClassName
{
border-color: #538AC0;
}
.TagClassName
{
border-color: #538AC0;
}
</style>