Shades of William #5D6F6D
Tints of William #5D6F6D
RGB
CMYK
RGB Variations
Color information
#5D6F6D (or 0x5D6F6D) is known color: William. HEX triplet: 5D, 6F and 6D. RGB value is (93,111,109). Sum of RGB (Red+Green+Blue) = 93+111+109=313 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.71% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 111 - color contains mainly: green. Hex color #5D6F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6F6D is #A29092. Grayscale: #696969. Windows color (decimal): -10653843 or 7171933. OLE color: 7171933.
HSL color Cylindrical-coordinate representation of color #5D6F6D: hue angle of 173.33º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5D6F6D is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 111 | 109 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.56 |
| HSL | 173.33º | 0.09% | 0.4% | - |
| HSV(B) | 173.33º | 0.16% | 0.44% | - |
| XYZ | 12.96 | 14.8 | 16.64 | - |
| YUV | 105.39 | 130.04 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 111 | 109 | 0.16 | 0 | 0.02 | 0.56 | 173.33 | 0.09 | 0.4 |
| Hex | 5D | 6F | 6D | 10 | 0 | 2 | 38 | AD | 9 | 28 |
| Octal | 135 | 157 | 155 | 20 | 0 | 2 | 70 | 255 | 11 | 50 |
| Binary | 1011101 | 1101111 | 1101101 | 10000 | 0 | 10 | 111000 | 10101101 | 1001 | 101000 |
Color Harmonies of #5D6F6D
Complementary color
Monochromatic Colors of #5D6F6D
Black with #5D6F6D
Text Example
Text Example
White with #5D6F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6F6D; }
p { color: rgb(93,111,109); }
H1.HeaderClassName
{
color: #5D6F6D;
}
.AnyTagClassName
{
color: #5D6F6D;
}
</style>
background-color css
<style>
a { background-color: #5D6F6D; }
a { background-color: rgb(93,111,109); }
div.DivClassName
{
background-color: #5D6F6D;
}
.BgClassName
{
background-color: #5D6F6D;
}
</style>
border-color css
<style>
span { border-color: #5D6F6D; }
span { border-color: rgb(93,111,109); }
td.TdClassName
{
border-color: #5D6F6D;
}
.TagClassName
{
border-color: #5D6F6D;
}
</style>