Shades of Fruit Salad #569A5E
Tints of Fruit Salad #569A5E
RGB
CMYK
RGB Variations
Color information
#569A5E (or 0x569A5E) is known color: Fruit Salad. HEX triplet: 56, 9A and 5E. RGB value is (86,154,94). Sum of RGB (Red+Green+Blue) = 86+154+94=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 154 (60.55% from 255 or 46.11% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 154 - color contains mainly: green. Hex color #569A5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569A5E is #A965A1. Grayscale: #7F7F7F. Windows color (decimal): -11101602 or 6199894. OLE color: 6199894.
HSL color Cylindrical-coordinate representation of color #569A5E: hue angle of 127.06º 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 #569A5E is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 86 | 154 | 94 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.40 |
| HSL | 127.06º | 0.28% | 0.47% | - |
| HSV(B) | 127.06º | 0.44% | 0.6% | - |
| XYZ | 17.41 | 25.9 | 14.67 | - |
| YUV | 126.83 | 109.47 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 154 | 94 | 0.44 | 0 | 0.39 | 0.40 | 127.06 | 0.28 | 0.47 |
| Hex | 56 | 9A | 5E | 2C | 0 | 27 | 28 | 7F | 1C | 2F |
| Octal | 126 | 232 | 136 | 54 | 0 | 47 | 50 | 177 | 34 | 57 |
| Binary | 1010110 | 10011010 | 1011110 | 101100 | 0 | 100111 | 101000 | 1111111 | 11100 | 101111 |
Color Harmonies of #569A5E
Complementary color
Monochromatic Colors of #569A5E
Black with #569A5E
Text Example
Text Example
White with #569A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569A5E; }
p { color: rgb(86,154,94); }
H1.HeaderClassName
{
color: #569A5E;
}
.AnyTagClassName
{
color: #569A5E;
}
</style>
background-color css
<style>
a { background-color: #569A5E; }
a { background-color: rgb(86,154,94); }
div.DivClassName
{
background-color: #569A5E;
}
.BgClassName
{
background-color: #569A5E;
}
</style>
border-color css
<style>
span { border-color: #569A5E; }
span { border-color: rgb(86,154,94); }
td.TdClassName
{
border-color: #569A5E;
}
.TagClassName
{
border-color: #569A5E;
}
</style>