Shades of Fruit Salad #569B5C
Tints of Fruit Salad #569B5C
RGB
CMYK
RGB Variations
Color information
#569B5C (or 0x569B5C) is known color: Fruit Salad. HEX triplet: 56, 9B and 5C. RGB value is (86,155,92). Sum of RGB (Red+Green+Blue) = 86+155+92=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 155 (60.94% from 255 or 46.55% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 155 - color contains mainly: green. Hex color #569B5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569B5C is #A964A3. Grayscale: #7F7F7F. Windows color (decimal): -11101348 or 6069078. OLE color: 6069078.
HSL color Cylindrical-coordinate representation of color #569B5C: hue angle of 125.22º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #569B5C is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 86 | 155 | 92 | - |
| CMYK | 0.45 | 0 | 0.41 | 0.39 |
| HSL | 125.22º | 0.29% | 0.47% | - |
| HSV(B) | 125.22º | 0.45% | 0.61% | - |
| XYZ | 17.49 | 26.19 | 14.26 | - |
| YUV | 127.19 | 108.14 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 155 | 92 | 0.45 | 0 | 0.41 | 0.39 | 125.22 | 0.29 | 0.47 |
| Hex | 56 | 9B | 5C | 2D | 0 | 29 | 27 | 7D | 1D | 2F |
| Octal | 126 | 233 | 134 | 55 | 0 | 51 | 47 | 175 | 35 | 57 |
| Binary | 1010110 | 10011011 | 1011100 | 101101 | 0 | 101001 | 100111 | 1111101 | 11101 | 101111 |
Color Harmonies of #569B5C
Complementary color
Monochromatic Colors of #569B5C
Black with #569B5C
Text Example
Text Example
White with #569B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569B5C; }
p { color: rgb(86,155,92); }
H1.HeaderClassName
{
color: #569B5C;
}
.AnyTagClassName
{
color: #569B5C;
}
</style>
background-color css
<style>
a { background-color: #569B5C; }
a { background-color: rgb(86,155,92); }
div.DivClassName
{
background-color: #569B5C;
}
.BgClassName
{
background-color: #569B5C;
}
</style>
border-color css
<style>
span { border-color: #569B5C; }
span { border-color: rgb(86,155,92); }
td.TdClassName
{
border-color: #569B5C;
}
.TagClassName
{
border-color: #569B5C;
}
</style>