Shades of William #536C69
Tints of William #536C69
RGB
CMYK
RGB Variations
Color information
#536C69 (or 0x536C69) is known color: William. HEX triplet: 53, 6C and 69. RGB value is (83,108,105). Sum of RGB (Red+Green+Blue) = 83+108+105=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 108 (42.58% from 255 or 36.49% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 108 - color contains mainly: green. Hex color #536C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536C69 is #AC9396. Grayscale: #646464. Windows color (decimal): -11309975 or 6909011. OLE color: 6909011.
HSL color Cylindrical-coordinate representation of color #536C69: hue angle of 172.8º 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 #536C69 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 108 | 105 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.58 |
| HSL | 172.8º | 0.13% | 0.37% | - |
| HSV(B) | 172.8º | 0.23% | 0.42% | - |
| XYZ | 11.48 | 13.58 | 15.38 | - |
| YUV | 100.18 | 130.72 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 108 | 105 | 0.23 | 0 | 0.03 | 0.58 | 172.8 | 0.13 | 0.37 |
| Hex | 53 | 6C | 69 | 17 | 0 | 3 | 3A | AD | D | 25 |
| Octal | 123 | 154 | 151 | 27 | 0 | 3 | 72 | 255 | 15 | 45 |
| Binary | 1010011 | 1101100 | 1101001 | 10111 | 0 | 11 | 111010 | 10101101 | 1101 | 100101 |
Color Harmonies of #536C69
Complementary color
Monochromatic Colors of #536C69
Black with #536C69
Text Example
Text Example
White with #536C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536C69; }
p { color: rgb(83,108,105); }
H1.HeaderClassName
{
color: #536C69;
}
.AnyTagClassName
{
color: #536C69;
}
</style>
background-color css
<style>
a { background-color: #536C69; }
a { background-color: rgb(83,108,105); }
div.DivClassName
{
background-color: #536C69;
}
.BgClassName
{
background-color: #536C69;
}
</style>
border-color css
<style>
span { border-color: #536C69; }
span { border-color: rgb(83,108,105); }
td.TdClassName
{
border-color: #536C69;
}
.TagClassName
{
border-color: #536C69;
}
</style>