Shades of Danube #538ABB
Tints of Danube #538ABB
RGB
CMYK
RGB Variations
Color information
#538ABB (or 0x538ABB) is known color: Danube. HEX triplet: 53, 8A and BB. RGB value is (83,138,187). Sum of RGB (Red+Green+Blue) = 83+138+187=408 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.34% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #538ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538ABB is #AC7544. Grayscale: #7E7E7E. Windows color (decimal): -11302213 or 12290643. OLE color: 12290643.
HSL color Cylindrical-coordinate representation of color #538ABB: hue angle of 208.27º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #538ABB is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 138 | 187 | - |
| CMYK | 0.56 | 0.26 | 0 | 0.27 |
| HSL | 208.27º | 0.43% | 0.53% | - |
| HSV(B) | 208.27º | 0.56% | 0.73% | - |
| XYZ | 21.63 | 23.6 | 50.43 | - |
| YUV | 127.14 | 161.78 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 138 | 187 | 0.56 | 0.26 | 0 | 0.27 | 208.27 | 0.43 | 0.53 |
| Hex | 53 | 8A | BB | 38 | 1A | 0 | 1B | D0 | 2B | 35 |
| Octal | 123 | 212 | 273 | 70 | 32 | 0 | 33 | 320 | 53 | 65 |
| Binary | 1010011 | 10001010 | 10111011 | 111000 | 11010 | 0 | 11011 | 11010000 | 101011 | 110101 |
Color Harmonies of #538ABB
Complementary color
Monochromatic Colors of #538ABB
Black with #538ABB
Text Example
Text Example
White with #538ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538ABB; }
p { color: rgb(83,138,187); }
H1.HeaderClassName
{
color: #538ABB;
}
.AnyTagClassName
{
color: #538ABB;
}
</style>
background-color css
<style>
a { background-color: #538ABB; }
a { background-color: rgb(83,138,187); }
div.DivClassName
{
background-color: #538ABB;
}
.BgClassName
{
background-color: #538ABB;
}
</style>
border-color css
<style>
span { border-color: #538ABB; }
span { border-color: rgb(83,138,187); }
td.TdClassName
{
border-color: #538ABB;
}
.TagClassName
{
border-color: #538ABB;
}
</style>