Shades of Fruit Salad #529B5D
Tints of Fruit Salad #529B5D
RGB
CMYK
RGB Variations
Color information
#529B5D (or 0x529B5D) is known color: Fruit Salad. HEX triplet: 52, 9B and 5D. RGB value is (82,155,93). Sum of RGB (Red+Green+Blue) = 82+155+93=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 155 (60.94% from 255 or 46.97% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 155 - color contains mainly: green. Hex color #529B5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529B5D is #AD64A2. Grayscale: #7E7E7E. Windows color (decimal): -11363491 or 6134610. OLE color: 6134610.
HSL color Cylindrical-coordinate representation of color #529B5D: hue angle of 129.04º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529B5D is Cyan = 0.47, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 155 | 93 | - |
| CMYK | 0.47 | 0 | 0.4 | 0.39 |
| HSL | 129.04º | 0.31% | 0.46% | - |
| HSV(B) | 129.04º | 0.47% | 0.61% | - |
| XYZ | 17.18 | 26.03 | 14.47 | - |
| YUV | 126.11 | 109.32 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 155 | 93 | 0.47 | 0 | 0.4 | 0.39 | 129.04 | 0.31 | 0.46 |
| Hex | 52 | 9B | 5D | 2F | 0 | 28 | 27 | 81 | 1F | 2E |
| Octal | 122 | 233 | 135 | 57 | 0 | 50 | 47 | 201 | 37 | 56 |
| Binary | 1010010 | 10011011 | 1011101 | 101111 | 0 | 101000 | 100111 | 10000001 | 11111 | 101110 |
Color Harmonies of #529B5D
Complementary color
Monochromatic Colors of #529B5D
Black with #529B5D
Text Example
Text Example
White with #529B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529B5D; }
p { color: rgb(82,155,93); }
H1.HeaderClassName
{
color: #529B5D;
}
.AnyTagClassName
{
color: #529B5D;
}
</style>
background-color css
<style>
a { background-color: #529B5D; }
a { background-color: rgb(82,155,93); }
div.DivClassName
{
background-color: #529B5D;
}
.BgClassName
{
background-color: #529B5D;
}
</style>
border-color css
<style>
span { border-color: #529B5D; }
span { border-color: rgb(82,155,93); }
td.TdClassName
{
border-color: #529B5D;
}
.TagClassName
{
border-color: #529B5D;
}
</style>