#528E57

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

Shades of Fruit Salad #528E57

Tints of Fruit Salad #528E57

Color information

#528E57 (or 0x528E57) is unknown color: approx Fruit Salad. HEX triplet: 52, 8E and 57. RGB value is (82,142,87). Sum of RGB (Red+Green+Blue) = 82+142+87=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 142 (55.86% from 255 or 45.66% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 142 - color contains mainly: green. Hex color #528E57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528E57 is #AD71A8. Grayscale: #757575. Windows color (decimal): -11366825 or 5738066. OLE color: 5738066.

HSL color Cylindrical-coordinate representation of color #528E57: hue angle of 125º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #528E57 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB8214287-
CMYK0.4200.390.44
HSL125º26.79%43.92%-
HSV(B)125º42.25%55.69%-
XYZ14.8721.8312.45-
YUV117.79110.62102.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.37%
GREEN value IS 142 (55.86% from 255) = 45.66%
BLUE value IS 87 (34.38% from 255) = 27.97%
R=26.37%
G=45.66%
B=27.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82142870.4200.390.4412526.7943.92
Hex528E572A0272C7d1b2c
Octal12221612752047541753354
Binary10100101000111010101111010100100111101100111110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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