Shades of Willow Grove #5F6659
Tints of Willow Grove #5F6659
RGB
CMYK
RGB Variations
Color information
#5F6659 (or 0x5F6659) is known color: Willow Grove. HEX triplet: 5F, 66 and 59. RGB value is (95,102,89). Sum of RGB (Red+Green+Blue) = 95+102+89=286 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.22% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 89 (35.16% from 255 or 31.12% from 286); Max value from RGB is 102 - color contains mainly: green. Hex color #5F6659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6659 is #A099A6. Grayscale: #626262. Windows color (decimal): -10525095 or 5858911. OLE color: 5858911.
HSL color Cylindrical-coordinate representation of color #5F6659: hue angle of 92.31º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5F6659 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 95 | 102 | 89 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.6 |
| HSL | 92.31º | 0.07% | 0.37% | - |
| HSV(B) | 92.31º | 0.13% | 0.4% | - |
| XYZ | 11.27 | 12.66 | 11.3 | - |
| YUV | 98.43 | 122.68 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 102 | 89 | 0.07 | 0 | 0.13 | 0.6 | 92.31 | 0.07 | 0.37 |
| Hex | 5F | 66 | 59 | 7 | 0 | D | 3C | 5C | 7 | 25 |
| Octal | 137 | 146 | 131 | 7 | 0 | 15 | 74 | 134 | 7 | 45 |
| Binary | 1011111 | 1100110 | 1011001 | 111 | 0 | 1101 | 111100 | 1011100 | 111 | 100101 |
Color Harmonies of #5F6659
Complementary color
Monochromatic Colors of #5F6659
Black with #5F6659
Text Example
Text Example
White with #5F6659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6659; }
p { color: rgb(95,102,89); }
H1.HeaderClassName
{
color: #5F6659;
}
.AnyTagClassName
{
color: #5F6659;
}
</style>
background-color css
<style>
a { background-color: #5F6659; }
a { background-color: rgb(95,102,89); }
div.DivClassName
{
background-color: #5F6659;
}
.BgClassName
{
background-color: #5F6659;
}
</style>
border-color css
<style>
span { border-color: #5F6659; }
span { border-color: rgb(95,102,89); }
td.TdClassName
{
border-color: #5F6659;
}
.TagClassName
{
border-color: #5F6659;
}
</style>