#52AA56

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

Shades of Fruit Salad #52AA56

Tints of Fruit Salad #52AA56

Color information

#52AA56 (or 0x52AA56) is unknown color: approx Fruit Salad. HEX triplet: 52, AA and 56. RGB value is (82,170,86). Sum of RGB (Red+Green+Blue) = 82+170+86=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 170 (66.80% from 255 or 50.30% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 170 - color contains mainly: green. Hex color #52AA56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AA56 is #AD55A9. Grayscale: #868686. Windows color (decimal): -11359658 or 5679698. OLE color: 5679698.

HSL color Cylindrical-coordinate representation of color #52AA56: hue angle of 122.73º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52AA56 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB8217086-
CMYK0.5200.490.33
HSL122.73º34.92%49.41%-
HSV(B)122.73º51.76%66.67%-
XYZ19.5331.2213.8-
YUV134.11100.8590.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.26%
GREEN value IS 170 (66.80% from 255) = 50.30%
BLUE value IS 86 (33.98% from 255) = 25.44%
R=24.26%
G=50.30%
B=25.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82170860.5200.490.33122.7334.9249.41
Hex52AA5634031217b2331
Octal12225212664061411734361
Binary101001010101010101011011010001100011000011111011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52AA56; }

 p { color: rgb(82,170,86); }

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

<style>
 a { background-color: #52AA56; }

 a { background-color: rgb(82,170,86); }

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

<style>
 span { border-color: #52AA56; }

 span { border-color: rgb(82,170,86); }

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