#55915D

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

Shades of Fruit Salad #55915D

Tints of Fruit Salad #55915D

Color information

#55915D (or 0x55915D) is unknown color: approx Fruit Salad. HEX triplet: 55, 91 and 5D. RGB value is (85,145,93). Sum of RGB (Red+Green+Blue) = 85+145+93=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #55915D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55915D is #AA6EA2. Grayscale: #797979. Windows color (decimal): -11169443 or 6132053. OLE color: 6132053.

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

Color convert

RGB8514593-
CMYK0.4100.360.43
HSL128º26.09%45.1%-
HSV(B)128º41.38%56.86%-
XYZ15.8522.9713.95-
YUV121.13112.12102.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.32%
GREEN value IS 145 (57.03% from 255) = 44.89%
BLUE value IS 93 (36.72% from 255) = 28.79%
R=26.32%
G=44.89%
B=28.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85145930.4100.360.4312826.0945.1
Hex55915D290242B801a2d
Octal12522113551044532003255
Binary101010110010001101110110100101001001010111000000011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55915D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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