Shades of Danube #538CC6
Tints of Danube #538CC6
RGB
CMYK
RGB Variations
Color information
#538CC6 (or 0x538CC6) is known color: Danube. HEX triplet: 53, 8C and C6. RGB value is (83,140,198). Sum of RGB (Red+Green+Blue) = 83+140+198=421 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.71% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 198 (77.73% from 255 or 47.03% from 421); Max value from RGB is 198 - color contains mainly: blue. Hex color #538CC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538CC6 is #AC7339. Grayscale: #818181. Windows color (decimal): -11301690 or 13012051. OLE color: 13012051.
HSL color Cylindrical-coordinate representation of color #538CC6: hue angle of 210.26º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #538CC6 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 140 | 198 | - |
| CMYK | 0.58 | 0.29 | 0 | 0.22 |
| HSL | 210.26º | 0.5% | 0.55% | - |
| HSV(B) | 210.26º | 0.58% | 0.78% | - |
| XYZ | 23.14 | 24.67 | 56.97 | - |
| YUV | 129.57 | 166.62 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 140 | 198 | 0.58 | 0.29 | 0 | 0.22 | 210.26 | 0.5 | 0.55 |
| Hex | 53 | 8C | C6 | 3A | 1D | 0 | 16 | D2 | 32 | 37 |
| Octal | 123 | 214 | 306 | 72 | 35 | 0 | 26 | 322 | 62 | 67 |
| Binary | 1010011 | 10001100 | 11000110 | 111010 | 11101 | 0 | 10110 | 11010010 | 110010 | 110111 |
Color Harmonies of #538CC6
Complementary color
Monochromatic Colors of #538CC6
Black with #538CC6
Text Example
Text Example
White with #538CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538CC6; }
p { color: rgb(83,140,198); }
H1.HeaderClassName
{
color: #538CC6;
}
.AnyTagClassName
{
color: #538CC6;
}
</style>
background-color css
<style>
a { background-color: #538CC6; }
a { background-color: rgb(83,140,198); }
div.DivClassName
{
background-color: #538CC6;
}
.BgClassName
{
background-color: #538CC6;
}
</style>
border-color css
<style>
span { border-color: #538CC6; }
span { border-color: rgb(83,140,198); }
td.TdClassName
{
border-color: #538CC6;
}
.TagClassName
{
border-color: #538CC6;
}
</style>