Shades of William #5B7370
Tints of William #5B7370
RGB
CMYK
RGB Variations
Color information
#5B7370 (or 0x5B7370) is known color: William. HEX triplet: 5B, 73 and 70. RGB value is (91,115,112). Sum of RGB (Red+Green+Blue) = 91+115+112=318 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.62% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 115 - color contains mainly: green. Hex color #5B7370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7370 is #A48C8F. Grayscale: #6B6B6B. Windows color (decimal): -10783888 or 7369563. OLE color: 7369563.
HSL color Cylindrical-coordinate representation of color #5B7370: hue angle of 172.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5B7370 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 115 | 112 | - |
| CMYK | 0.21 | 0 | 0.03 | 0.55 |
| HSL | 172.5º | 0.12% | 0.4% | - |
| HSV(B) | 172.5º | 0.21% | 0.45% | - |
| XYZ | 13.37 | 15.66 | 17.65 | - |
| YUV | 107.48 | 130.55 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 115 | 112 | 0.21 | 0 | 0.03 | 0.55 | 172.5 | 0.12 | 0.4 |
| Hex | 5B | 73 | 70 | 15 | 0 | 3 | 37 | AC | C | 28 |
| Octal | 133 | 163 | 160 | 25 | 0 | 3 | 67 | 254 | 14 | 50 |
| Binary | 1011011 | 1110011 | 1110000 | 10101 | 0 | 11 | 110111 | 10101100 | 1100 | 101000 |
Color Harmonies of #5B7370
Complementary color
Monochromatic Colors of #5B7370
Black with #5B7370
Text Example
Text Example
White with #5B7370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7370; }
p { color: rgb(91,115,112); }
H1.HeaderClassName
{
color: #5B7370;
}
.AnyTagClassName
{
color: #5B7370;
}
</style>
background-color css
<style>
a { background-color: #5B7370; }
a { background-color: rgb(91,115,112); }
div.DivClassName
{
background-color: #5B7370;
}
.BgClassName
{
background-color: #5B7370;
}
</style>
border-color css
<style>
span { border-color: #5B7370; }
span { border-color: rgb(91,115,112); }
td.TdClassName
{
border-color: #5B7370;
}
.TagClassName
{
border-color: #5B7370;
}
</style>