Shades of William #5C6966
Tints of William #5C6966
RGB
CMYK
RGB Variations
Color information
#5C6966 (or 0x5C6966) is known color: William. HEX triplet: 5C, 69 and 66. RGB value is (92,105,102). Sum of RGB (Red+Green+Blue) = 92+105+102=299 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.77% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 105 - color contains mainly: green. Hex color #5C6966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6966 is #A39699. Grayscale: #646464. Windows color (decimal): -10720922 or 6711644. OLE color: 6711644.
HSL color Cylindrical-coordinate representation of color #5C6966: hue angle of 166.15º 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 #5C6966 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 92 | 105 | 102 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.59 |
| HSL | 166.15º | 0.07% | 0.39% | - |
| HSV(B) | 166.15º | 0.12% | 0.41% | - |
| XYZ | 11.86 | 13.34 | 14.52 | - |
| YUV | 100.77 | 128.69 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 105 | 102 | 0.12 | 0 | 0.03 | 0.59 | 166.15 | 0.07 | 0.39 |
| Hex | 5C | 69 | 66 | C | 0 | 3 | 3B | A6 | 7 | 27 |
| Octal | 134 | 151 | 146 | 14 | 0 | 3 | 73 | 246 | 7 | 47 |
| Binary | 1011100 | 1101001 | 1100110 | 1100 | 0 | 11 | 111011 | 10100110 | 111 | 100111 |
Color Harmonies of #5C6966
Complementary color
Monochromatic Colors of #5C6966
Black with #5C6966
Text Example
Text Example
White with #5C6966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6966; }
p { color: rgb(92,105,102); }
H1.HeaderClassName
{
color: #5C6966;
}
.AnyTagClassName
{
color: #5C6966;
}
</style>
background-color css
<style>
a { background-color: #5C6966; }
a { background-color: rgb(92,105,102); }
div.DivClassName
{
background-color: #5C6966;
}
.BgClassName
{
background-color: #5C6966;
}
</style>
border-color css
<style>
span { border-color: #5C6966; }
span { border-color: rgb(92,105,102); }
td.TdClassName
{
border-color: #5C6966;
}
.TagClassName
{
border-color: #5C6966;
}
</style>