Shades of Danube #538ECD
Tints of Danube #538ECD
RGB
CMYK
RGB Variations
Color information
#538ECD (or 0x538ECD) is known color: Danube. HEX triplet: 53, 8E and CD. RGB value is (83,142,205). Sum of RGB (Red+Green+Blue) = 83+142+205=430 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.30% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #538ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538ECD is #AC7132. Grayscale: #838383. Windows color (decimal): -11301171 or 13471315. OLE color: 13471315.
HSL color Cylindrical-coordinate representation of color #538ECD: hue angle of 210.98º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #538ECD is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 142 | 205 | - |
| CMYK | 0.60 | 0.31 | 0 | 0.20 |
| HSL | 210.98º | 0.55% | 0.56% | - |
| HSV(B) | 210.98º | 0.6% | 0.8% | - |
| XYZ | 24.26 | 25.59 | 61.42 | - |
| YUV | 131.54 | 169.45 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 142 | 205 | 0.60 | 0.31 | 0 | 0.20 | 210.98 | 0.55 | 0.56 |
| Hex | 53 | 8E | CD | 3C | 1F | 0 | 14 | D3 | 37 | 38 |
| Octal | 123 | 216 | 315 | 74 | 37 | 0 | 24 | 323 | 67 | 70 |
| Binary | 1010011 | 10001110 | 11001101 | 111100 | 11111 | 0 | 10100 | 11010011 | 110111 | 111000 |
Color Harmonies of #538ECD
Complementary color
Monochromatic Colors of #538ECD
Black with #538ECD
Text Example
Text Example
White with #538ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538ECD; }
p { color: rgb(83,142,205); }
H1.HeaderClassName
{
color: #538ECD;
}
.AnyTagClassName
{
color: #538ECD;
}
</style>
background-color css
<style>
a { background-color: #538ECD; }
a { background-color: rgb(83,142,205); }
div.DivClassName
{
background-color: #538ECD;
}
.BgClassName
{
background-color: #538ECD;
}
</style>
border-color css
<style>
span { border-color: #538ECD; }
span { border-color: rgb(83,142,205); }
td.TdClassName
{
border-color: #538ECD;
}
.TagClassName
{
border-color: #538ECD;
}
</style>