Shades of William #5B7670
Tints of William #5B7670
RGB
CMYK
RGB Variations
Color information
#5B7670 (or 0x5B7670) is known color: William. HEX triplet: 5B, 76 and 70. RGB value is (91,118,112). Sum of RGB (Red+Green+Blue) = 91+118+112=321 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.35% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 118 - color contains mainly: green. Hex color #5B7670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7670 is #A4898F. Grayscale: #6D6D6D. Windows color (decimal): -10783120 or 7370331. OLE color: 7370331.
HSL color Cylindrical-coordinate representation of color #5B7670: hue angle of 166.67º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5B7670 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 91 | 118 | 112 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.54 |
| HSL | 166.67º | 0.13% | 0.41% | - |
| HSV(B) | 166.67º | 0.23% | 0.46% | - |
| XYZ | 13.72 | 16.35 | 17.76 | - |
| YUV | 109.24 | 129.55 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 118 | 112 | 0.23 | 0 | 0.05 | 0.54 | 166.67 | 0.13 | 0.41 |
| Hex | 5B | 76 | 70 | 17 | 0 | 5 | 36 | A7 | D | 29 |
| Octal | 133 | 166 | 160 | 27 | 0 | 5 | 66 | 247 | 15 | 51 |
| Binary | 1011011 | 1110110 | 1110000 | 10111 | 0 | 101 | 110110 | 10100111 | 1101 | 101001 |
Color Harmonies of #5B7670
Complementary color
Monochromatic Colors of #5B7670
Black with #5B7670
Text Example
Text Example
White with #5B7670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7670; }
p { color: rgb(91,118,112); }
H1.HeaderClassName
{
color: #5B7670;
}
.AnyTagClassName
{
color: #5B7670;
}
</style>
background-color css
<style>
a { background-color: #5B7670; }
a { background-color: rgb(91,118,112); }
div.DivClassName
{
background-color: #5B7670;
}
.BgClassName
{
background-color: #5B7670;
}
</style>
border-color css
<style>
span { border-color: #5B7670; }
span { border-color: rgb(91,118,112); }
td.TdClassName
{
border-color: #5B7670;
}
.TagClassName
{
border-color: #5B7670;
}
</style>