#528D59

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

Shades of Fruit Salad #528D59

Tints of Fruit Salad #528D59

Color information

#528D59 (or 0x528D59) is unknown color: approx Fruit Salad. HEX triplet: 52, 8D and 59. RGB value is (82,141,89). Sum of RGB (Red+Green+Blue) = 82+141+89=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 141 - color contains mainly: green. Hex color #528D59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528D59 is #AD72A6. Grayscale: #757575. Windows color (decimal): -11367079 or 5868882. OLE color: 5868882.

HSL color Cylindrical-coordinate representation of color #528D59: hue angle of 127.12º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #528D59 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB8214189-
CMYK0.4200.370.45
HSL127.12º26.46%43.73%-
HSV(B)127.12º41.84%55.29%-
XYZ14.8121.5612.83-
YUV117.43111.95102.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.28%
GREEN value IS 141 (55.47% from 255) = 45.19%
BLUE value IS 89 (35.16% from 255) = 28.53%
R=26.28%
G=45.19%
B=28.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82141890.4200.370.45127.1226.4643.73
Hex528D592A0252D7f1a2c
Octal12221513152045551773254
Binary10100101000110110110011010100100101101101111111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528D59; }

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

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

<style>
 a { background-color: #528D59; }

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

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

<style>
 span { border-color: #528D59; }

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

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