#55975C

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

Shades of Fruit Salad #55975C

Tints of Fruit Salad #55975C

Color information

#55975C (or 0x55975C) is unknown color: approx Fruit Salad. HEX triplet: 55, 97 and 5C. RGB value is (85,151,92). Sum of RGB (Red+Green+Blue) = 85+151+92=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 151 (59.38% from 255 or 46.04% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 151 - color contains mainly: green. Hex color #55975C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55975C is #AA68A3. Grayscale: #7C7C7C. Windows color (decimal): -11167908 or 6068053. OLE color: 6068053.

HSL color Cylindrical-coordinate representation of color #55975C: hue angle of 126.36º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #55975C is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB8515192-
CMYK0.4400.390.41
HSL126.36º27.97%46.27%-
HSV(B)126.36º43.71%59.22%-
XYZ16.7424.8414.04-
YUV124.54109.6399.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.91%
GREEN value IS 151 (59.38% from 255) = 46.04%
BLUE value IS 92 (36.33% from 255) = 28.05%
R=25.91%
G=46.04%
B=28.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal85151920.4400.390.41126.3627.9746.27
Hex55975C2C027297e1c2e
Octal12522713454047511763456
Binary10101011001011110111001011000100111101001111111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55975C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55975C; }

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

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

<style>
 a { background-color: #55975C; }

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

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

<style>
 span { border-color: #55975C; }

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

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