Shades of Willow Grove #5F6858
Tints of Willow Grove #5F6858
RGB
CMYK
RGB Variations
Color information
#5F6858 (or 0x5F6858) is known color: Willow Grove. HEX triplet: 5F, 68 and 58. RGB value is (95,104,88). Sum of RGB (Red+Green+Blue) = 95+104+88=287 (38% of max value = 765). Red value is 95 (37.5% from 255 or 33.10% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 104 - color contains mainly: green. Hex color #5F6858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6858 is #A097A7. Grayscale: #636363. Windows color (decimal): -10524584 or 5793887. OLE color: 5793887.
HSL color Cylindrical-coordinate representation of color #5F6858: hue angle of 93.75º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5F6858 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 95 | 104 | 88 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.59 |
| HSL | 93.75º | 0.08% | 0.38% | - |
| HSV(B) | 93.75º | 0.15% | 0.41% | - |
| XYZ | 11.43 | 13.04 | 11.15 | - |
| YUV | 99.49 | 121.52 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 104 | 88 | 0.09 | 0 | 0.15 | 0.59 | 93.75 | 0.08 | 0.38 |
| Hex | 5F | 68 | 58 | 9 | 0 | F | 3B | 5E | 8 | 26 |
| Octal | 137 | 150 | 130 | 11 | 0 | 17 | 73 | 136 | 10 | 46 |
| Binary | 1011111 | 1101000 | 1011000 | 1001 | 0 | 1111 | 111011 | 1011110 | 1000 | 100110 |
Color Harmonies of #5F6858
Complementary color
Monochromatic Colors of #5F6858
Black with #5F6858
Text Example
Text Example
White with #5F6858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6858; }
p { color: rgb(95,104,88); }
H1.HeaderClassName
{
color: #5F6858;
}
.AnyTagClassName
{
color: #5F6858;
}
</style>
background-color css
<style>
a { background-color: #5F6858; }
a { background-color: rgb(95,104,88); }
div.DivClassName
{
background-color: #5F6858;
}
.BgClassName
{
background-color: #5F6858;
}
</style>
border-color css
<style>
span { border-color: #5F6858; }
span { border-color: rgb(95,104,88); }
td.TdClassName
{
border-color: #5F6858;
}
.TagClassName
{
border-color: #5F6858;
}
</style>