Shades of William #536C65
Tints of William #536C65
RGB
CMYK
RGB Variations
Color information
#536C65 (or 0x536C65) is known color: William. HEX triplet: 53, 6C and 65. RGB value is (83,108,101). Sum of RGB (Red+Green+Blue) = 83+108+101=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 108 (42.58% from 255 or 36.99% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 108 - color contains mainly: green. Hex color #536C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536C65 is #AC939A. Grayscale: #636363. Windows color (decimal): -11309979 or 6646867. OLE color: 6646867.
HSL color Cylindrical-coordinate representation of color #536C65: hue angle of 163.2º 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 #536C65 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 108 | 101 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.58 |
| HSL | 163.2º | 0.13% | 0.37% | - |
| HSV(B) | 163.2º | 0.23% | 0.42% | - |
| XYZ | 11.28 | 13.5 | 14.32 | - |
| YUV | 99.73 | 128.72 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 108 | 101 | 0.23 | 0 | 0.06 | 0.58 | 163.2 | 0.13 | 0.37 |
| Hex | 53 | 6C | 65 | 17 | 0 | 6 | 3A | A3 | D | 25 |
| Octal | 123 | 154 | 145 | 27 | 0 | 6 | 72 | 243 | 15 | 45 |
| Binary | 1010011 | 1101100 | 1100101 | 10111 | 0 | 110 | 111010 | 10100011 | 1101 | 100101 |
Color Harmonies of #536C65
Complementary color
Monochromatic Colors of #536C65
Black with #536C65
Text Example
Text Example
White with #536C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536C65; }
p { color: rgb(83,108,101); }
H1.HeaderClassName
{
color: #536C65;
}
.AnyTagClassName
{
color: #536C65;
}
</style>
background-color css
<style>
a { background-color: #536C65; }
a { background-color: rgb(83,108,101); }
div.DivClassName
{
background-color: #536C65;
}
.BgClassName
{
background-color: #536C65;
}
</style>
border-color css
<style>
span { border-color: #536C65; }
span { border-color: rgb(83,108,101); }
td.TdClassName
{
border-color: #536C65;
}
.TagClassName
{
border-color: #536C65;
}
</style>