Shades of Fruit Salad #589B53
Tints of Fruit Salad #589B53
RGB
CMYK
RGB Variations
Color information
#589B53 (or 0x589B53) is known color: Fruit Salad. HEX triplet: 58, 9B and 53. RGB value is (88,155,83). Sum of RGB (Red+Green+Blue) = 88+155+83=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 155 (60.94% from 255 or 47.55% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 155 - color contains mainly: green. Hex color #589B53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589B53 is #A764AC. Grayscale: #7E7E7E. Windows color (decimal): -10970285 or 5479256. OLE color: 5479256.
HSL color Cylindrical-coordinate representation of color #589B53: hue angle of 115.83º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #589B53 is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 155 | 83 | - |
| CMYK | 0.43 | 0 | 0.46 | 0.39 |
| HSL | 115.83º | 0.3% | 0.47% | - |
| HSV(B) | 115.83º | 0.46% | 0.61% | - |
| XYZ | 17.31 | 26.14 | 12.32 | - |
| YUV | 126.76 | 103.3 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 155 | 83 | 0.43 | 0 | 0.46 | 0.39 | 115.83 | 0.3 | 0.47 |
| Hex | 58 | 9B | 53 | 2B | 0 | 2E | 27 | 74 | 1E | 2F |
| Octal | 130 | 233 | 123 | 53 | 0 | 56 | 47 | 164 | 36 | 57 |
| Binary | 1011000 | 10011011 | 1010011 | 101011 | 0 | 101110 | 100111 | 1110100 | 11110 | 101111 |
Color Harmonies of #589B53
Complementary color
Monochromatic Colors of #589B53
Black with #589B53
Text Example
Text Example
White with #589B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589B53; }
p { color: rgb(88,155,83); }
H1.HeaderClassName
{
color: #589B53;
}
.AnyTagClassName
{
color: #589B53;
}
</style>
background-color css
<style>
a { background-color: #589B53; }
a { background-color: rgb(88,155,83); }
div.DivClassName
{
background-color: #589B53;
}
.BgClassName
{
background-color: #589B53;
}
</style>
border-color css
<style>
span { border-color: #589B53; }
span { border-color: rgb(88,155,83); }
td.TdClassName
{
border-color: #589B53;
}
.TagClassName
{
border-color: #589B53;
}
</style>