#55905D

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

Shades of Fruit Salad #55905D

Tints of Fruit Salad #55905D

Color information

#55905D (or 0x55905D) is unknown color: approx Fruit Salad. HEX triplet: 55, 90 and 5D. RGB value is (85,144,93). Sum of RGB (Red+Green+Blue) = 85+144+93=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 144 - color contains mainly: green. Hex color #55905D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55905D is #AA6FA2. Grayscale: #787878. Windows color (decimal): -11169699 or 6131797. OLE color: 6131797.

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

Color convert

RGB8514493-
CMYK0.4100.350.44
HSL128.14º25.76%44.9%-
HSV(B)128.14º40.97%56.47%-
XYZ15.722.6713.9-
YUV120.54112.45102.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.40%
GREEN value IS 144 (56.64% from 255) = 44.72%
BLUE value IS 93 (36.72% from 255) = 28.88%
R=26.40%
G=44.72%
B=28.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85144930.4100.350.44128.1425.7644.9
Hex55905D290232C801a2d
Octal12522013551043542003255
Binary101010110010000101110110100101000111011001000000011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55905D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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