Shades of William #5B746D
Tints of William #5B746D
RGB
CMYK
RGB Variations
Color information
#5B746D (or 0x5B746D) is known color: William. HEX triplet: 5B, 74 and 6D. RGB value is (91,116,109). Sum of RGB (Red+Green+Blue) = 91+116+109=316 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.80% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 116 - color contains mainly: green. Hex color #5B746D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B746D is #A48B92. Grayscale: #6B6B6B. Windows color (decimal): -10783635 or 7173211. OLE color: 7173211.
HSL color Cylindrical-coordinate representation of color #5B746D: hue angle of 163.2º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5B746D is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 116 | 109 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.55 |
| HSL | 163.2º | 0.12% | 0.41% | - |
| HSV(B) | 163.2º | 0.22% | 0.45% | - |
| XYZ | 13.32 | 15.82 | 16.82 | - |
| YUV | 107.73 | 128.72 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 116 | 109 | 0.22 | 0 | 0.06 | 0.55 | 163.2 | 0.12 | 0.41 |
| Hex | 5B | 74 | 6D | 16 | 0 | 6 | 37 | A3 | C | 29 |
| Octal | 133 | 164 | 155 | 26 | 0 | 6 | 67 | 243 | 14 | 51 |
| Binary | 1011011 | 1110100 | 1101101 | 10110 | 0 | 110 | 110111 | 10100011 | 1100 | 101001 |
Color Harmonies of #5B746D
Complementary color
Monochromatic Colors of #5B746D
Black with #5B746D
Text Example
Text Example
White with #5B746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B746D; }
p { color: rgb(91,116,109); }
H1.HeaderClassName
{
color: #5B746D;
}
.AnyTagClassName
{
color: #5B746D;
}
</style>
background-color css
<style>
a { background-color: #5B746D; }
a { background-color: rgb(91,116,109); }
div.DivClassName
{
background-color: #5B746D;
}
.BgClassName
{
background-color: #5B746D;
}
</style>
border-color css
<style>
span { border-color: #5B746D; }
span { border-color: rgb(91,116,109); }
td.TdClassName
{
border-color: #5B746D;
}
.TagClassName
{
border-color: #5B746D;
}
</style>