Shades of William #536D6E
Tints of William #536D6E
RGB
CMYK
RGB Variations
Color information
#536D6E (or 0x536D6E) is known color: William. HEX triplet: 53, 6D and 6E. RGB value is (83,109,110). Sum of RGB (Red+Green+Blue) = 83+109+110=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 110 - color contains mainly: blue. Hex color #536D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536D6E is #AC9291. Grayscale: #656565. Windows color (decimal): -11309714 or 7236947. OLE color: 7236947.
HSL color Cylindrical-coordinate representation of color #536D6E: hue angle of 182.22º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #536D6E is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 109 | 110 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.57 |
| HSL | 182.22º | 0.14% | 0.38% | - |
| HSV(B) | 182.22º | 0.25% | 0.43% | - |
| XYZ | 11.85 | 13.9 | 16.81 | - |
| YUV | 101.34 | 132.89 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 109 | 110 | 0.25 | 0.01 | 0 | 0.57 | 182.22 | 0.14 | 0.38 |
| Hex | 53 | 6D | 6E | 19 | 1 | 0 | 39 | B6 | E | 26 |
| Octal | 123 | 155 | 156 | 31 | 1 | 0 | 71 | 266 | 16 | 46 |
| Binary | 1010011 | 1101101 | 1101110 | 11001 | 1 | 0 | 111001 | 10110110 | 1110 | 100110 |
Color Harmonies of #536D6E
Complementary color
Monochromatic Colors of #536D6E
Black with #536D6E
Text Example
Text Example
White with #536D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536D6E; }
p { color: rgb(83,109,110); }
H1.HeaderClassName
{
color: #536D6E;
}
.AnyTagClassName
{
color: #536D6E;
}
</style>
background-color css
<style>
a { background-color: #536D6E; }
a { background-color: rgb(83,109,110); }
div.DivClassName
{
background-color: #536D6E;
}
.BgClassName
{
background-color: #536D6E;
}
</style>
border-color css
<style>
span { border-color: #536D6E; }
span { border-color: rgb(83,109,110); }
td.TdClassName
{
border-color: #536D6E;
}
.TagClassName
{
border-color: #536D6E;
}
</style>