Shades of Danube #538ECC
Tints of Danube #538ECC
RGB
CMYK
RGB Variations
Color information
#538ECC (or 0x538ECC) is known color: Danube. HEX triplet: 53, 8E and CC. RGB value is (83,142,204). Sum of RGB (Red+Green+Blue) = 83+142+204=429 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.35% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #538ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538ECC is #AC7133. Grayscale: #838383. Windows color (decimal): -11301172 or 13405779. OLE color: 13405779.
HSL color Cylindrical-coordinate representation of color #538ECC: hue angle of 210.74º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #538ECC is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 142 | 204 | - |
| CMYK | 0.59 | 0.30 | 0 | 0.2 |
| HSL | 210.74º | 0.54% | 0.56% | - |
| HSV(B) | 210.74º | 0.59% | 0.8% | - |
| XYZ | 24.14 | 25.54 | 60.79 | - |
| YUV | 131.43 | 168.95 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 142 | 204 | 0.59 | 0.30 | 0 | 0.2 | 210.74 | 0.54 | 0.56 |
| Hex | 53 | 8E | CC | 3B | 1E | 0 | 14 | D3 | 36 | 38 |
| Octal | 123 | 216 | 314 | 73 | 36 | 0 | 24 | 323 | 66 | 70 |
| Binary | 1010011 | 10001110 | 11001100 | 111011 | 11110 | 0 | 10100 | 11010011 | 110110 | 111000 |
Color Harmonies of #538ECC
Complementary color
Monochromatic Colors of #538ECC
Black with #538ECC
Text Example
Text Example
White with #538ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538ECC; }
p { color: rgb(83,142,204); }
H1.HeaderClassName
{
color: #538ECC;
}
.AnyTagClassName
{
color: #538ECC;
}
</style>
background-color css
<style>
a { background-color: #538ECC; }
a { background-color: rgb(83,142,204); }
div.DivClassName
{
background-color: #538ECC;
}
.BgClassName
{
background-color: #538ECC;
}
</style>
border-color css
<style>
span { border-color: #538ECC; }
span { border-color: rgb(83,142,204); }
td.TdClassName
{
border-color: #538ECC;
}
.TagClassName
{
border-color: #538ECC;
}
</style>