Shades of Danube #538ECF
Tints of Danube #538ECF
RGB
CMYK
RGB Variations
Color information
#538ECF (or 0x538ECF) is known color: Danube. HEX triplet: 53, 8E and CF. RGB value is (83,142,207). Sum of RGB (Red+Green+Blue) = 83+142+207=432 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.21% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #538ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538ECF is #AC7130. Grayscale: #838383. Windows color (decimal): -11301169 or 13602387. OLE color: 13602387.
HSL color Cylindrical-coordinate representation of color #538ECF: hue angle of 211.45º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #538ECF is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 142 | 207 | - |
| CMYK | 0.60 | 0.31 | 0 | 0.19 |
| HSL | 211.45º | 0.56% | 0.57% | - |
| HSV(B) | 211.45º | 0.6% | 0.81% | - |
| XYZ | 24.5 | 25.69 | 62.7 | - |
| YUV | 131.77 | 170.45 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 142 | 207 | 0.60 | 0.31 | 0 | 0.19 | 211.45 | 0.56 | 0.57 |
| Hex | 53 | 8E | CF | 3C | 1F | 0 | 13 | D3 | 38 | 39 |
| Octal | 123 | 216 | 317 | 74 | 37 | 0 | 23 | 323 | 70 | 71 |
| Binary | 1010011 | 10001110 | 11001111 | 111100 | 11111 | 0 | 10011 | 11010011 | 111000 | 111001 |
Color Harmonies of #538ECF
Complementary color
Monochromatic Colors of #538ECF
Black with #538ECF
Text Example
Text Example
White with #538ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538ECF; }
p { color: rgb(83,142,207); }
H1.HeaderClassName
{
color: #538ECF;
}
.AnyTagClassName
{
color: #538ECF;
}
</style>
background-color css
<style>
a { background-color: #538ECF; }
a { background-color: rgb(83,142,207); }
div.DivClassName
{
background-color: #538ECF;
}
.BgClassName
{
background-color: #538ECF;
}
</style>
border-color css
<style>
span { border-color: #538ECF; }
span { border-color: rgb(83,142,207); }
td.TdClassName
{
border-color: #538ECF;
}
.TagClassName
{
border-color: #538ECF;
}
</style>