Shades of William #536D6C
Tints of William #536D6C
RGB
CMYK
RGB Variations
Color information
#536D6C (or 0x536D6C) is known color: William. HEX triplet: 53, 6D and 6C. RGB value is (83,109,108). Sum of RGB (Red+Green+Blue) = 83+109+108=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 109 - color contains mainly: green. Hex color #536D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536D6C is #AC9293. Grayscale: #656565. Windows color (decimal): -11309716 or 7105875. OLE color: 7105875.
HSL color Cylindrical-coordinate representation of color #536D6C: hue angle of 177.69º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #536D6C is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 109 | 108 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.57 |
| HSL | 177.69º | 0.14% | 0.38% | - |
| HSV(B) | 177.69º | 0.24% | 0.43% | - |
| XYZ | 11.74 | 13.86 | 16.24 | - |
| YUV | 101.11 | 131.89 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 109 | 108 | 0.24 | 0 | 0.01 | 0.57 | 177.69 | 0.14 | 0.38 |
| Hex | 53 | 6D | 6C | 18 | 0 | 1 | 39 | B2 | E | 26 |
| Octal | 123 | 155 | 154 | 30 | 0 | 1 | 71 | 262 | 16 | 46 |
| Binary | 1010011 | 1101101 | 1101100 | 11000 | 0 | 1 | 111001 | 10110010 | 1110 | 100110 |
Color Harmonies of #536D6C
Complementary color
Monochromatic Colors of #536D6C
Black with #536D6C
Text Example
Text Example
White with #536D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536D6C; }
p { color: rgb(83,109,108); }
H1.HeaderClassName
{
color: #536D6C;
}
.AnyTagClassName
{
color: #536D6C;
}
</style>
background-color css
<style>
a { background-color: #536D6C; }
a { background-color: rgb(83,109,108); }
div.DivClassName
{
background-color: #536D6C;
}
.BgClassName
{
background-color: #536D6C;
}
</style>
border-color css
<style>
span { border-color: #536D6C; }
span { border-color: rgb(83,109,108); }
td.TdClassName
{
border-color: #536D6C;
}
.TagClassName
{
border-color: #536D6C;
}
</style>