Shades of William #5C6965
Tints of William #5C6965
RGB
CMYK
RGB Variations
Color information
#5C6965 (or 0x5C6965) is known color: William. HEX triplet: 5C, 69 and 65. RGB value is (92,105,101). Sum of RGB (Red+Green+Blue) = 92+105+101=298 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.87% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 105 - color contains mainly: green. Hex color #5C6965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6965 is #A3969A. Grayscale: #646464. Windows color (decimal): -10720923 or 6646108. OLE color: 6646108.
HSL color Cylindrical-coordinate representation of color #5C6965: hue angle of 161.54º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5C6965 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 92 | 105 | 101 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.59 |
| HSL | 161.54º | 0.07% | 0.39% | - |
| HSV(B) | 161.54º | 0.12% | 0.41% | - |
| XYZ | 11.81 | 13.32 | 14.26 | - |
| YUV | 100.66 | 128.19 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 105 | 101 | 0.12 | 0 | 0.04 | 0.59 | 161.54 | 0.07 | 0.39 |
| Hex | 5C | 69 | 65 | C | 0 | 4 | 3B | A2 | 7 | 27 |
| Octal | 134 | 151 | 145 | 14 | 0 | 4 | 73 | 242 | 7 | 47 |
| Binary | 1011100 | 1101001 | 1100101 | 1100 | 0 | 100 | 111011 | 10100010 | 111 | 100111 |
Color Harmonies of #5C6965
Complementary color
Monochromatic Colors of #5C6965
Black with #5C6965
Text Example
Text Example
White with #5C6965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6965; }
p { color: rgb(92,105,101); }
H1.HeaderClassName
{
color: #5C6965;
}
.AnyTagClassName
{
color: #5C6965;
}
</style>
background-color css
<style>
a { background-color: #5C6965; }
a { background-color: rgb(92,105,101); }
div.DivClassName
{
background-color: #5C6965;
}
.BgClassName
{
background-color: #5C6965;
}
</style>
border-color css
<style>
span { border-color: #5C6965; }
span { border-color: rgb(92,105,101); }
td.TdClassName
{
border-color: #5C6965;
}
.TagClassName
{
border-color: #5C6965;
}
</style>