Html Css Color HEX #55915C Fruit Salad

📋 copy color: '#55915C'

red 85 ◦ green 145 ◦ blue 92

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

Shades of Fruit Salad #55915C

Tints of Fruit Salad #55915C

RGB

 RED value IS 85 (33.59% from 255) = 26.4%

 GREEN value IS 145 (57.03% from 255) = 45.03%

 BLUE value IS 92 (36.33% from 255) = 28.57%

R = 26.4%
G = 45.03%
B = 28.57%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.37

 K value IS 0.43

RGB Variations

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

Color information

#55915C (or 0x55915C) is known color: Fruit Salad. HEX triplet: 55, 91 and 5C. RGB value is (85,145,92). Sum of RGB (Red+Green+Blue) = 85+145+92=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #55915C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55915C is #AA6EA3. Grayscale: #797979. Windows color (decimal): -11169444 or 6066517. OLE color: 6066517.

HSL color Cylindrical-coordinate representation of color #55915C: hue angle of 127º 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 #55915C is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 145 92 -
CMYK 0.41 0 0.37 0.43
HSL 127º 0.26% 0.45% -
HSV(B) 127º 0.41% 0.57% -
XYZ 15.8 22.95 13.72 -
YUV 121.02 111.62 102.31 -
System Red Green Blue C M Y K H S L
Decimal 85 145 92 0.41 0 0.37 0.43 127 0.26 0.45
Hex 55 91 5C 29 0 25 2B 7F 1A 2D
Octal 125 221 134 51 0 45 53 177 32 55
Binary 1010101 10010001 1011100 101001 0 100101 101011 1111111 11010 101101

Color Harmonies of #55915C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55915C

Black with #55915C

Text Example


Text Example

White with #55915C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #55915C;
 }
 .AnyTagClassName
 {
   color: #55915C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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