#55995D

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

Shades of Fruit Salad #55995D

Tints of Fruit Salad #55995D

Color information

#55995D (or 0x55995D) is unknown color: approx Fruit Salad. HEX triplet: 55, 99 and 5D. RGB value is (85,153,93). Sum of RGB (Red+Green+Blue) = 85+153+93=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 153 - color contains mainly: green. Hex color #55995D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55995D is #AA66A2. Grayscale: #7E7E7E. Windows color (decimal): -11167395 or 6134101. OLE color: 6134101.

HSL color Cylindrical-coordinate representation of color #55995D: hue angle of 127.06º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #55995D is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB8515393-
CMYK0.4400.390.4
HSL127.06º28.57%46.67%-
HSV(B)127.06º44.44%60%-
XYZ17.1125.514.38-
YUV125.83109.4798.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.68%
GREEN value IS 153 (60.16% from 255) = 46.22%
BLUE value IS 93 (36.72% from 255) = 28.10%
R=25.68%
G=46.22%
B=28.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal85153930.4400.390.4127.0628.5746.67
Hex55995D2C027287f1d2f
Octal12523113554047501773557
Binary10101011001100110111011011000100111101000111111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55995D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55995D; }

 p { color: rgb(85,153,93); }

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

<style>
 a { background-color: #55995D; }

 a { background-color: rgb(85,153,93); }

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

<style>
 span { border-color: #55995D; }

 span { border-color: rgb(85,153,93); }

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