Html Css Color HEX #55915D Fruit Salad

📋 copy color: '#55915D'

red 85 ◦ green 145 ◦ blue 93

#55915D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #55915D

Tints of Fruit Salad #55915D

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 value IS 0.41

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#55915D (or 0x55915D) is known color: 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

RGB 85 145 93 -
CMYK 0.41 0 0.36 0.43
HSL 128º 0.26% 0.45% -
HSV(B) 128º 0.41% 0.57% -
XYZ 15.85 22.97 13.95 -
YUV 121.13 112.12 102.23 -
System Red Green Blue C M Y K H S L
Decimal 85 145 93 0.41 0 0.36 0.43 128 0.26 0.45
Hex 55 91 5D 29 0 24 2B 80 1A 2D
Octal 125 221 135 51 0 44 53 200 32 55
Binary 1010101 10010001 1011101 101001 0 100100 101011 10000000 11010 101101

Color Harmonies of #55915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55915D

Black with #55915D

Text Example


Text Example

White with #55915D

Text Example


Text Example

HTML Codes & Css Web 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>