Shades of Danube #538EC5
Tints of Danube #538EC5
RGB
CMYK
RGB Variations
Color information
#538EC5 (or 0x538EC5) is known color: Danube. HEX triplet: 53, 8E and C5. RGB value is (83,142,197). Sum of RGB (Red+Green+Blue) = 83+142+197=422 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.67% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 197 (77.34% from 255 or 46.68% from 422); Max value from RGB is 197 - color contains mainly: blue. Hex color #538EC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538EC5 is #AC713A. Grayscale: #828282. Windows color (decimal): -11301179 or 12947027. OLE color: 12947027.
HSL color Cylindrical-coordinate representation of color #538EC5: hue angle of 208.95º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #538EC5 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 142 | 197 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.23 |
| HSL | 208.95º | 0.5% | 0.55% | - |
| HSV(B) | 208.95º | 0.58% | 0.77% | - |
| XYZ | 23.32 | 25.22 | 56.46 | - |
| YUV | 130.63 | 165.45 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 142 | 197 | 0.58 | 0.28 | 0 | 0.23 | 208.95 | 0.5 | 0.55 |
| Hex | 53 | 8E | C5 | 3A | 1C | 0 | 17 | D1 | 32 | 37 |
| Octal | 123 | 216 | 305 | 72 | 34 | 0 | 27 | 321 | 62 | 67 |
| Binary | 1010011 | 10001110 | 11000101 | 111010 | 11100 | 0 | 10111 | 11010001 | 110010 | 110111 |
Color Harmonies of #538EC5
Complementary color
Monochromatic Colors of #538EC5
Black with #538EC5
Text Example
Text Example
White with #538EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538EC5; }
p { color: rgb(83,142,197); }
H1.HeaderClassName
{
color: #538EC5;
}
.AnyTagClassName
{
color: #538EC5;
}
</style>
background-color css
<style>
a { background-color: #538EC5; }
a { background-color: rgb(83,142,197); }
div.DivClassName
{
background-color: #538EC5;
}
.BgClassName
{
background-color: #538EC5;
}
</style>
border-color css
<style>
span { border-color: #538EC5; }
span { border-color: rgb(83,142,197); }
td.TdClassName
{
border-color: #538EC5;
}
.TagClassName
{
border-color: #538EC5;
}
</style>