Shades of William #536C66
Tints of William #536C66
RGB
CMYK
RGB Variations
Color information
#536C66 (or 0x536C66) is known color: William. HEX triplet: 53, 6C and 66. RGB value is (83,108,102). Sum of RGB (Red+Green+Blue) = 83+108+102=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 108 - color contains mainly: green. Hex color #536C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536C66 is #AC9399. Grayscale: #636363. Windows color (decimal): -11309978 or 6712403. OLE color: 6712403.
HSL color Cylindrical-coordinate representation of color #536C66: hue angle of 165.6º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #536C66 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 108 | 102 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.58 |
| HSL | 165.6º | 0.13% | 0.37% | - |
| HSV(B) | 165.6º | 0.23% | 0.42% | - |
| XYZ | 11.33 | 13.52 | 14.58 | - |
| YUV | 99.84 | 129.22 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 108 | 102 | 0.23 | 0 | 0.06 | 0.58 | 165.6 | 0.13 | 0.37 |
| Hex | 53 | 6C | 66 | 17 | 0 | 6 | 3A | A6 | D | 25 |
| Octal | 123 | 154 | 146 | 27 | 0 | 6 | 72 | 246 | 15 | 45 |
| Binary | 1010011 | 1101100 | 1100110 | 10111 | 0 | 110 | 111010 | 10100110 | 1101 | 100101 |
Color Harmonies of #536C66
Complementary color
Monochromatic Colors of #536C66
Black with #536C66
Text Example
Text Example
White with #536C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536C66; }
p { color: rgb(83,108,102); }
H1.HeaderClassName
{
color: #536C66;
}
.AnyTagClassName
{
color: #536C66;
}
</style>
background-color css
<style>
a { background-color: #536C66; }
a { background-color: rgb(83,108,102); }
div.DivClassName
{
background-color: #536C66;
}
.BgClassName
{
background-color: #536C66;
}
</style>
border-color css
<style>
span { border-color: #536C66; }
span { border-color: rgb(83,108,102); }
td.TdClassName
{
border-color: #536C66;
}
.TagClassName
{
border-color: #536C66;
}
</style>