Shades of Fruit Salad #599D52
Tints of Fruit Salad #599D52
RGB
CMYK
RGB Variations
Color information
#599D52 (or 0x599D52) is known color: Fruit Salad. HEX triplet: 59, 9D and 52. RGB value is (89,157,82). Sum of RGB (Red+Green+Blue) = 89+157+82=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 157 (61.72% from 255 or 47.87% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 157 - color contains mainly: green. Hex color #599D52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599D52 is #A662AD. Grayscale: #808080. Windows color (decimal): -10904238 or 5414233. OLE color: 5414233.
HSL color Cylindrical-coordinate representation of color #599D52: hue angle of 114.4º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #599D52 is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 157 | 82 | - |
| CMYK | 0.43 | 0 | 0.48 | 0.38 |
| HSL | 114.4º | 0.31% | 0.47% | - |
| HSV(B) | 114.4º | 0.48% | 0.62% | - |
| XYZ | 17.7 | 26.85 | 12.23 | - |
| YUV | 128.12 | 101.97 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 82 | 0.43 | 0 | 0.48 | 0.38 | 114.4 | 0.31 | 0.47 |
| Hex | 59 | 9D | 52 | 2B | 0 | 30 | 26 | 72 | 1F | 2F |
| Octal | 131 | 235 | 122 | 53 | 0 | 60 | 46 | 162 | 37 | 57 |
| Binary | 1011001 | 10011101 | 1010010 | 101011 | 0 | 110000 | 100110 | 1110010 | 11111 | 101111 |
Color Harmonies of #599D52
Complementary color
Monochromatic Colors of #599D52
Black with #599D52
Text Example
Text Example
White with #599D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599D52; }
p { color: rgb(89,157,82); }
H1.HeaderClassName
{
color: #599D52;
}
.AnyTagClassName
{
color: #599D52;
}
</style>
background-color css
<style>
a { background-color: #599D52; }
a { background-color: rgb(89,157,82); }
div.DivClassName
{
background-color: #599D52;
}
.BgClassName
{
background-color: #599D52;
}
</style>
border-color css
<style>
span { border-color: #599D52; }
span { border-color: rgb(89,157,82); }
td.TdClassName
{
border-color: #599D52;
}
.TagClassName
{
border-color: #599D52;
}
</style>