Shades of Danube #538CC9
Tints of Danube #538CC9
RGB
CMYK
RGB Variations
Color information
#538CC9 (or 0x538CC9) is known color: Danube. HEX triplet: 53, 8C and C9. RGB value is (83,140,201). Sum of RGB (Red+Green+Blue) = 83+140+201=424 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.58% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 201 (78.91% from 255 or 47.41% from 424); Max value from RGB is 201 - color contains mainly: blue. Hex color #538CC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538CC9 is #AC7336. Grayscale: #818181. Windows color (decimal): -11301687 or 13208659. OLE color: 13208659.
HSL color Cylindrical-coordinate representation of color #538CC9: hue angle of 211.02º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #538CC9 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 140 | 201 | - |
| CMYK | 0.59 | 0.30 | 0 | 0.21 |
| HSL | 211.02º | 0.52% | 0.56% | - |
| HSV(B) | 211.02º | 0.59% | 0.79% | - |
| XYZ | 23.49 | 24.81 | 58.81 | - |
| YUV | 129.91 | 168.12 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 140 | 201 | 0.59 | 0.30 | 0 | 0.21 | 211.02 | 0.52 | 0.56 |
| Hex | 53 | 8C | C9 | 3B | 1E | 0 | 15 | D3 | 34 | 38 |
| Octal | 123 | 214 | 311 | 73 | 36 | 0 | 25 | 323 | 64 | 70 |
| Binary | 1010011 | 10001100 | 11001001 | 111011 | 11110 | 0 | 10101 | 11010011 | 110100 | 111000 |
Color Harmonies of #538CC9
Complementary color
Monochromatic Colors of #538CC9
Black with #538CC9
Text Example
Text Example
White with #538CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538CC9; }
p { color: rgb(83,140,201); }
H1.HeaderClassName
{
color: #538CC9;
}
.AnyTagClassName
{
color: #538CC9;
}
</style>
background-color css
<style>
a { background-color: #538CC9; }
a { background-color: rgb(83,140,201); }
div.DivClassName
{
background-color: #538CC9;
}
.BgClassName
{
background-color: #538CC9;
}
</style>
border-color css
<style>
span { border-color: #538CC9; }
span { border-color: rgb(83,140,201); }
td.TdClassName
{
border-color: #538CC9;
}
.TagClassName
{
border-color: #538CC9;
}
</style>