#529B59

Color #529B59 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #529B59

Tints of Fruit Salad #529B59

Color information

#529B59 (or 0x529B59) is unknown color: approx Fruit Salad. HEX triplet: 52, 9B and 59. RGB value is (82,155,89). Sum of RGB (Red+Green+Blue) = 82+155+89=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 155 (60.94% from 255 or 47.55% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 155 - color contains mainly: green. Hex color #529B59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529B59 is #AD64A6. Grayscale: #7D7D7D. Windows color (decimal): -11363495 or 5872466. OLE color: 5872466.

HSL color Cylindrical-coordinate representation of color #529B59: hue angle of 125.75º 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 #529B59 is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.39.

Color convert

RGB8215589-
CMYK0.4700.430.39
HSL125.75º30.8%46.47%-
HSV(B)125.75º47.1%60.78%-
XYZ1725.9613.57-
YUV125.65107.3296.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 25.15%
GREEN value IS 155 (60.94% from 255) = 47.55%
BLUE value IS 89 (35.16% from 255) = 27.30%
R=25.15%
G=47.55%
B=27.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82155890.4700.430.39125.7530.846.47
Hex529B592F02B277e1f2e
Octal12223313157053471763756
Binary10100101001101110110011011110101011100111111111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529B59; }

 p { color: rgb(82,155,89); }

 H1.HeaderClassName
 {
   color: #529B59;
 }
 .AnyTagClassName
 {
   color: #529B59;
 }
</style>
background-color css

<style>
 a { background-color: #529B59; }

 a { background-color: rgb(82,155,89); }

 div.DivClassName
 {
   background-color: #529B59;
 }
 .BgClassName
 {
   background-color: #529B59;
 }
</style>
border-color css

<style>
 span { border-color: #529B59; }

 span { border-color: rgb(82,155,89); }

 td.TdClassName
 {
   border-color: #529B59;
 }
 .TagClassName
 {
   border-color: #529B59;
 }
</style>