Shades of William #5B746F
Tints of William #5B746F
RGB
CMYK
RGB Variations
Color information
#5B746F (or 0x5B746F) is known color: William. HEX triplet: 5B, 74 and 6F. RGB value is (91,116,111). Sum of RGB (Red+Green+Blue) = 91+116+111=318 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.62% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 116 - color contains mainly: green. Hex color #5B746F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B746F is #A48B90. Grayscale: #6B6B6B. Windows color (decimal): -10783633 or 7304283. OLE color: 7304283.
HSL color Cylindrical-coordinate representation of color #5B746F: hue angle of 168º 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 #5B746F is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 116 | 111 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.55 |
| HSL | 168º | 0.12% | 0.41% | - |
| HSV(B) | 168º | 0.22% | 0.45% | - |
| XYZ | 13.43 | 15.86 | 17.39 | - |
| YUV | 107.96 | 129.72 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 116 | 111 | 0.22 | 0 | 0.04 | 0.55 | 168 | 0.12 | 0.41 |
| Hex | 5B | 74 | 6F | 16 | 0 | 4 | 37 | A8 | C | 29 |
| Octal | 133 | 164 | 157 | 26 | 0 | 4 | 67 | 250 | 14 | 51 |
| Binary | 1011011 | 1110100 | 1101111 | 10110 | 0 | 100 | 110111 | 10101000 | 1100 | 101001 |
Color Harmonies of #5B746F
Complementary color
Monochromatic Colors of #5B746F
Black with #5B746F
Text Example
Text Example
White with #5B746F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B746F; }
p { color: rgb(91,116,111); }
H1.HeaderClassName
{
color: #5B746F;
}
.AnyTagClassName
{
color: #5B746F;
}
</style>
background-color css
<style>
a { background-color: #5B746F; }
a { background-color: rgb(91,116,111); }
div.DivClassName
{
background-color: #5B746F;
}
.BgClassName
{
background-color: #5B746F;
}
</style>
border-color css
<style>
span { border-color: #5B746F; }
span { border-color: rgb(91,116,111); }
td.TdClassName
{
border-color: #5B746F;
}
.TagClassName
{
border-color: #5B746F;
}
</style>