Shades of Dingley #587F33
Tints of Dingley #587F33
RGB
CMYK
RGB Variations
Color information
#587F33 (or 0x587F33) is known color: Dingley. HEX triplet: 58, 7F and 33. RGB value is (88,127,51). Sum of RGB (Red+Green+Blue) = 88+127+51=266 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.08% from 266); Green value is 127 (50% from 255 or 47.74% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 127 - color contains mainly: green. Hex color #587F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #587F33 is #A780CC. Grayscale: #6A6A6A. Windows color (decimal): -10977485 or 3374936. OLE color: 3374936.
HSL color Cylindrical-coordinate representation of color #587F33: hue angle of 90.79º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #587F33 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 88 | 127 | 51 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.50 |
| HSL | 90.79º | 0.43% | 0.35% | - |
| HSV(B) | 90.79º | 0.6% | 0.5% | - |
| XYZ | 12.21 | 17.49 | 5.86 | - |
| YUV | 106.68 | 96.58 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 127 | 51 | 0.31 | 0 | 0.60 | 0.50 | 90.79 | 0.43 | 0.35 |
| Hex | 58 | 7F | 33 | 1F | 0 | 3C | 32 | 5B | 2B | 23 |
| Octal | 130 | 177 | 63 | 37 | 0 | 74 | 62 | 133 | 53 | 43 |
| Binary | 1011000 | 1111111 | 110011 | 11111 | 0 | 111100 | 110010 | 1011011 | 101011 | 100011 |
Color Harmonies of #587F33
Complementary color
Monochromatic Colors of #587F33
Black with #587F33
Text Example
Text Example
White with #587F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587F33; }
p { color: rgb(88,127,51); }
H1.HeaderClassName
{
color: #587F33;
}
.AnyTagClassName
{
color: #587F33;
}
</style>
background-color css
<style>
a { background-color: #587F33; }
a { background-color: rgb(88,127,51); }
div.DivClassName
{
background-color: #587F33;
}
.BgClassName
{
background-color: #587F33;
}
</style>
border-color css
<style>
span { border-color: #587F33; }
span { border-color: rgb(88,127,51); }
td.TdClassName
{
border-color: #587F33;
}
.TagClassName
{
border-color: #587F33;
}
</style>