Shades of Fruit Salad #569A5A
Tints of Fruit Salad #569A5A
RGB
CMYK
RGB Variations
Color information
#569A5A (or 0x569A5A) is known color: Fruit Salad. HEX triplet: 56, 9A and 5A. RGB value is (86,154,90). Sum of RGB (Red+Green+Blue) = 86+154+90=330 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.06% from 330); Green value is 154 (60.55% from 255 or 46.67% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 154 - color contains mainly: green. Hex color #569A5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569A5A is #A965A5. Grayscale: #7E7E7E. Windows color (decimal): -11101606 or 5937750. OLE color: 5937750.
HSL color Cylindrical-coordinate representation of color #569A5A: hue angle of 123.53º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #569A5A is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 86 | 154 | 90 | - |
| CMYK | 0.44 | 0 | 0.42 | 0.40 |
| HSL | 123.53º | 0.28% | 0.47% | - |
| HSV(B) | 123.53º | 0.44% | 0.6% | - |
| XYZ | 17.24 | 25.83 | 13.75 | - |
| YUV | 126.37 | 107.47 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 154 | 90 | 0.44 | 0 | 0.42 | 0.40 | 123.53 | 0.28 | 0.47 |
| Hex | 56 | 9A | 5A | 2C | 0 | 2A | 28 | 7C | 1C | 2F |
| Octal | 126 | 232 | 132 | 54 | 0 | 52 | 50 | 174 | 34 | 57 |
| Binary | 1010110 | 10011010 | 1011010 | 101100 | 0 | 101010 | 101000 | 1111100 | 11100 | 101111 |
Color Harmonies of #569A5A
Complementary color
Monochromatic Colors of #569A5A
Black with #569A5A
Text Example
Text Example
White with #569A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569A5A; }
p { color: rgb(86,154,90); }
H1.HeaderClassName
{
color: #569A5A;
}
.AnyTagClassName
{
color: #569A5A;
}
</style>
background-color css
<style>
a { background-color: #569A5A; }
a { background-color: rgb(86,154,90); }
div.DivClassName
{
background-color: #569A5A;
}
.BgClassName
{
background-color: #569A5A;
}
</style>
border-color css
<style>
span { border-color: #569A5A; }
span { border-color: rgb(86,154,90); }
td.TdClassName
{
border-color: #569A5A;
}
.TagClassName
{
border-color: #569A5A;
}
</style>