Shades of Dingley #5F754E
Tints of Dingley #5F754E
RGB
CMYK
RGB Variations
Color information
#5F754E (or 0x5F754E) is known color: Dingley. HEX triplet: 5F, 75 and 4E. RGB value is (95,117,78). Sum of RGB (Red+Green+Blue) = 95+117+78=290 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.76% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 117 - color contains mainly: green. Hex color #5F754E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F754E is #A08AB1. Grayscale: #6A6A6A. Windows color (decimal): -10521266 or 5141855. OLE color: 5141855.
HSL color Cylindrical-coordinate representation of color #5F754E: hue angle of 93.85º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F754E is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 95 | 117 | 78 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.54 |
| HSL | 93.85º | 0.2% | 0.38% | - |
| HSV(B) | 93.85º | 0.33% | 0.46% | - |
| XYZ | 12.46 | 15.71 | 9.58 | - |
| YUV | 105.98 | 112.21 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 117 | 78 | 0.19 | 0 | 0.33 | 0.54 | 93.85 | 0.2 | 0.38 |
| Hex | 5F | 75 | 4E | 13 | 0 | 21 | 36 | 5E | 14 | 26 |
| Octal | 137 | 165 | 116 | 23 | 0 | 41 | 66 | 136 | 24 | 46 |
| Binary | 1011111 | 1110101 | 1001110 | 10011 | 0 | 100001 | 110110 | 1011110 | 10100 | 100110 |
Color Harmonies of #5F754E
Complementary color
Monochromatic Colors of #5F754E
Black with #5F754E
Text Example
Text Example
White with #5F754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F754E; }
p { color: rgb(95,117,78); }
H1.HeaderClassName
{
color: #5F754E;
}
.AnyTagClassName
{
color: #5F754E;
}
</style>
background-color css
<style>
a { background-color: #5F754E; }
a { background-color: rgb(95,117,78); }
div.DivClassName
{
background-color: #5F754E;
}
.BgClassName
{
background-color: #5F754E;
}
</style>
border-color css
<style>
span { border-color: #5F754E; }
span { border-color: rgb(95,117,78); }
td.TdClassName
{
border-color: #5F754E;
}
.TagClassName
{
border-color: #5F754E;
}
</style>