Shades of Willow Grove #5F6B53
Tints of Willow Grove #5F6B53
RGB
CMYK
RGB Variations
Color information
#5F6B53 (or 0x5F6B53) is known color: Willow Grove. HEX triplet: 5F, 6B and 53. RGB value is (95,107,83). Sum of RGB (Red+Green+Blue) = 95+107+83=285 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.33% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 107 - color contains mainly: green. Hex color #5F6B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6B53 is #A094AC. Grayscale: #646464. Windows color (decimal): -10523821 or 5466975. OLE color: 5466975.
HSL color Cylindrical-coordinate representation of color #5F6B53: hue angle of 90º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5F6B53 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 95 | 107 | 83 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.58 |
| HSL | 90º | 0.13% | 0.37% | - |
| HSV(B) | 90º | 0.22% | 0.42% | - |
| XYZ | 11.54 | 13.57 | 10.2 | - |
| YUV | 100.68 | 118.02 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 107 | 83 | 0.11 | 0 | 0.22 | 0.58 | 90 | 0.13 | 0.37 |
| Hex | 5F | 6B | 53 | B | 0 | 16 | 3A | 5A | D | 25 |
| Octal | 137 | 153 | 123 | 13 | 0 | 26 | 72 | 132 | 15 | 45 |
| Binary | 1011111 | 1101011 | 1010011 | 1011 | 0 | 10110 | 111010 | 1011010 | 1101 | 100101 |
Color Harmonies of #5F6B53
Complementary color
Monochromatic Colors of #5F6B53
Black with #5F6B53
Text Example
Text Example
White with #5F6B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6B53; }
p { color: rgb(95,107,83); }
H1.HeaderClassName
{
color: #5F6B53;
}
.AnyTagClassName
{
color: #5F6B53;
}
</style>
background-color css
<style>
a { background-color: #5F6B53; }
a { background-color: rgb(95,107,83); }
div.DivClassName
{
background-color: #5F6B53;
}
.BgClassName
{
background-color: #5F6B53;
}
</style>
border-color css
<style>
span { border-color: #5F6B53; }
span { border-color: rgb(95,107,83); }
td.TdClassName
{
border-color: #5F6B53;
}
.TagClassName
{
border-color: #5F6B53;
}
</style>