#529F57

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

Shades of Fruit Salad #529F57

Tints of Fruit Salad #529F57

Color information

#529F57 (or 0x529F57) is unknown color: approx Fruit Salad. HEX triplet: 52, 9F and 57. RGB value is (82,159,87). Sum of RGB (Red+Green+Blue) = 82+159+87=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 159 (62.5% from 255 or 48.48% from 328); Blue value is 87 (34.38% from 255 or 26.52% from 328); Max value from RGB is 159 - color contains mainly: green. Hex color #529F57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529F57 is #AD60A8. Grayscale: #7F7F7F. Windows color (decimal): -11362473 or 5742418. OLE color: 5742418.

HSL color Cylindrical-coordinate representation of color #529F57: hue angle of 123.9º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #529F57 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB8215987-
CMYK0.4800.450.38
HSL123.9º31.95%47.25%-
HSV(B)123.9º48.43%62.35%-
XYZ17.627.2813.35-
YUV127.77104.9995.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25%
GREEN value IS 159 (62.5% from 255) = 48.48%
BLUE value IS 87 (34.38% from 255) = 26.52%
R=25%
G=48.48%
B=26.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal82159870.4800.450.38123.931.9547.25
Hex529F573002D267c202f
Octal12223712760055461744057
Binary101001010011111101011111000001011011001101111100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,159,87); }

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

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

 a { background-color: rgb(82,159,87); }

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

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

 span { border-color: rgb(82,159,87); }

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