#55A05C

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

Shades of Fruit Salad #55A05C

Tints of Fruit Salad #55A05C

Color information

#55A05C (or 0x55A05C) is unknown color: approx Fruit Salad. HEX triplet: 55, A0 and 5C. RGB value is (85,160,92). Sum of RGB (Red+Green+Blue) = 85+160+92=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 160 (62.89% from 255 or 47.48% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 160 - color contains mainly: green. Hex color #55A05C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A05C is #AA5FA3. Grayscale: #828282. Windows color (decimal): -11165604 or 6070357. OLE color: 6070357.

HSL color Cylindrical-coordinate representation of color #55A05C: hue angle of 125.6º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55A05C is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB8516092-
CMYK0.4700.430.37
HSL125.6º30.61%48.04%-
HSV(B)125.6º46.88%62.75%-
XYZ18.2527.8514.54-
YUV129.82106.6596.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.22%
GREEN value IS 160 (62.89% from 255) = 47.48%
BLUE value IS 92 (36.33% from 255) = 27.30%
R=25.22%
G=47.48%
B=27.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal85160920.4700.430.37125.630.6148.04
Hex55A05C2F02B257e1f30
Octal12524013457053451763760
Binary10101011010000010111001011110101011100101111111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,160,92); }

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

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

 a { background-color: rgb(85,160,92); }

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

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

 span { border-color: rgb(85,160,92); }

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