Shades of William #5C736D
Tints of William #5C736D
RGB
CMYK
RGB Variations
Color information
#5C736D (or 0x5C736D) is known color: William. HEX triplet: 5C, 73 and 6D. RGB value is (92,115,109). Sum of RGB (Red+Green+Blue) = 92+115+109=316 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.11% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 115 - color contains mainly: green. Hex color #5C736D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C736D is #A38C92. Grayscale: #6B6B6B. Windows color (decimal): -10718355 or 7172956. OLE color: 7172956.
HSL color Cylindrical-coordinate representation of color #5C736D: hue angle of 164.35º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5C736D is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 115 | 109 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.55 |
| HSL | 164.35º | 0.11% | 0.41% | - |
| HSV(B) | 164.35º | 0.2% | 0.45% | - |
| XYZ | 13.3 | 15.64 | 16.79 | - |
| YUV | 107.44 | 128.88 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 115 | 109 | 0.20 | 0 | 0.05 | 0.55 | 164.35 | 0.11 | 0.41 |
| Hex | 5C | 73 | 6D | 14 | 0 | 5 | 37 | A4 | B | 29 |
| Octal | 134 | 163 | 155 | 24 | 0 | 5 | 67 | 244 | 13 | 51 |
| Binary | 1011100 | 1110011 | 1101101 | 10100 | 0 | 101 | 110111 | 10100100 | 1011 | 101001 |
Color Harmonies of #5C736D
Complementary color
Monochromatic Colors of #5C736D
Black with #5C736D
Text Example
Text Example
White with #5C736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C736D; }
p { color: rgb(92,115,109); }
H1.HeaderClassName
{
color: #5C736D;
}
.AnyTagClassName
{
color: #5C736D;
}
</style>
background-color css
<style>
a { background-color: #5C736D; }
a { background-color: rgb(92,115,109); }
div.DivClassName
{
background-color: #5C736D;
}
.BgClassName
{
background-color: #5C736D;
}
</style>
border-color css
<style>
span { border-color: #5C736D; }
span { border-color: rgb(92,115,109); }
td.TdClassName
{
border-color: #5C736D;
}
.TagClassName
{
border-color: #5C736D;
}
</style>