#55985E

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

Shades of Fruit Salad #55985E

Tints of Fruit Salad #55985E

Color information

#55985E (or 0x55985E) is unknown color: approx Fruit Salad. HEX triplet: 55, 98 and 5E. RGB value is (85,152,94). Sum of RGB (Red+Green+Blue) = 85+152+94=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 152 - color contains mainly: green. Hex color #55985E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55985E is #AA67A1. Grayscale: #7D7D7D. Windows color (decimal): -11167650 or 6199381. OLE color: 6199381.

HSL color Cylindrical-coordinate representation of color #55985E: hue angle of 128.06º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #55985E is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB8515294-
CMYK0.4400.380.40
HSL128.06º28.27%46.47%-
HSV(B)128.06º44.08%59.61%-
XYZ16.9925.214.56-
YUV125.35110.399.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.68%
GREEN value IS 152 (59.77% from 255) = 45.92%
BLUE value IS 94 (37.11% from 255) = 28.40%
R=25.68%
G=45.92%
B=28.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal85152940.4400.380.40128.0628.2746.47
Hex55985E2C02628801c2e
Octal12523013654046502003456
Binary101010110011000101111010110001001101010001000000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55985E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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