Shades of William #5C6D68
Tints of William #5C6D68
RGB
CMYK
RGB Variations
Color information
#5C6D68 (or 0x5C6D68) is known color: William. HEX triplet: 5C, 6D and 68. RGB value is (92,109,104). Sum of RGB (Red+Green+Blue) = 92+109+104=305 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.16% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 109 - color contains mainly: green. Hex color #5C6D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6D68 is #A39297. Grayscale: #676767. Windows color (decimal): -10719896 or 6843740. OLE color: 6843740.
HSL color Cylindrical-coordinate representation of color #5C6D68: hue angle of 162.35º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5C6D68 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 92 | 109 | 104 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.57 |
| HSL | 162.35º | 0.08% | 0.39% | - |
| HSV(B) | 162.35º | 0.16% | 0.43% | - |
| XYZ | 12.38 | 14.21 | 15.19 | - |
| YUV | 103.35 | 128.37 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 109 | 104 | 0.16 | 0 | 0.05 | 0.57 | 162.35 | 0.08 | 0.39 |
| Hex | 5C | 6D | 68 | 10 | 0 | 5 | 39 | A2 | 8 | 27 |
| Octal | 134 | 155 | 150 | 20 | 0 | 5 | 71 | 242 | 10 | 47 |
| Binary | 1011100 | 1101101 | 1101000 | 10000 | 0 | 101 | 111001 | 10100010 | 1000 | 100111 |
Color Harmonies of #5C6D68
Complementary color
Monochromatic Colors of #5C6D68
Black with #5C6D68
Text Example
Text Example
White with #5C6D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6D68; }
p { color: rgb(92,109,104); }
H1.HeaderClassName
{
color: #5C6D68;
}
.AnyTagClassName
{
color: #5C6D68;
}
</style>
background-color css
<style>
a { background-color: #5C6D68; }
a { background-color: rgb(92,109,104); }
div.DivClassName
{
background-color: #5C6D68;
}
.BgClassName
{
background-color: #5C6D68;
}
</style>
border-color css
<style>
span { border-color: #5C6D68; }
span { border-color: rgb(92,109,104); }
td.TdClassName
{
border-color: #5C6D68;
}
.TagClassName
{
border-color: #5C6D68;
}
</style>