#55925E

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

Shades of Fruit Salad #55925E

Tints of Fruit Salad #55925E

Color information

#55925E (or 0x55925E) is unknown color: approx Fruit Salad. HEX triplet: 55, 92 and 5E. RGB value is (85,146,94). Sum of RGB (Red+Green+Blue) = 85+146+94=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 146 - color contains mainly: green. Hex color #55925E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55925E is #AA6DA1. Grayscale: #797979. Windows color (decimal): -11169186 or 6197845. OLE color: 6197845.

HSL color Cylindrical-coordinate representation of color #55925E: hue angle of 128.85º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #55925E is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB8514694-
CMYK0.4200.360.43
HSL128.85º26.41%45.29%-
HSV(B)128.85º41.78%57.25%-
XYZ16.0523.314.24-
YUV121.83112.29101.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.15%
GREEN value IS 146 (57.42% from 255) = 44.92%
BLUE value IS 94 (37.11% from 255) = 28.92%
R=26.15%
G=44.92%
B=28.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85146940.4200.360.43128.8526.4145.29
Hex55925E2A0242B811a2d
Octal12522213652044532013255
Binary101010110010010101111010101001001001010111000000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55925E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55925E; }

 p { color: rgb(85,146,94); }

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

<style>
 a { background-color: #55925E; }

 a { background-color: rgb(85,146,94); }

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

<style>
 span { border-color: #55925E; }

 span { border-color: rgb(85,146,94); }

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