#55AA56

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

Shades of Fruit Salad #55AA56

Tints of Fruit Salad #55AA56

Color information

#55AA56 (or 0x55AA56) is unknown color: approx Fruit Salad. HEX triplet: 55, AA and 56. RGB value is (85,170,86). Sum of RGB (Red+Green+Blue) = 85+170+86=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 170 (66.80% from 255 or 49.85% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AA56 is #AA55A9. Grayscale: #878787. Windows color (decimal): -11163050 or 5679701. OLE color: 5679701.

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

Color convert

RGB8517086-
CMYK0.5000.490.33
HSL120.71º33.33%50%-
HSV(B)120.71º50%66.67%-
XYZ19.831.3513.81-
YUV135.01100.3492.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.93%
GREEN value IS 170 (66.80% from 255) = 49.85%
BLUE value IS 86 (33.98% from 255) = 25.22%
R=24.93%
G=49.85%
B=25.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85170860.5000.490.33120.7133.3350
Hex55AA563203121792132
Octal12525212662061411714162
Binary101010110101010101011011001001100011000011111001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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