Html Css Color HEX #55A05C Fruit Salad

📋 copy color: '#55A05C'

red 85 ◦ green 160 ◦ blue 92

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

Shades of Fruit Salad #55A05C

Tints of Fruit Salad #55A05C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 47.48%

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

R = 25.22%
G = 47.48%
B = 27.3%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#55A05C (or 0x55A05C) is known color: Fruit Salad. HEX triplet: 55, A0 and 5C. RGB value is (85,160,92). Sum of RGB (Red+Green+Blue) = 85+160+92=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 160 (62.89% from 255 or 47.48% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 160 - color contains mainly: green. Hex color #55A05C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A05C is #AA5FA3. Grayscale: #828282. Windows color (decimal): -11165604 or 6070357. OLE color: 6070357.

HSL color Cylindrical-coordinate representation of color #55A05C: hue angle of 125.6º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55A05C is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 85 160 92 -
CMYK 0.47 0 0.43 0.37
HSL 125.6º 0.31% 0.48% -
HSV(B) 125.6º 0.47% 0.63% -
XYZ 18.25 27.85 14.54 -
YUV 129.82 106.65 96.03 -
System Red Green Blue C M Y K H S L
Decimal 85 160 92 0.47 0 0.43 0.37 125.6 0.31 0.48
Hex 55 A0 5C 2F 0 2B 25 7E 1F 30
Octal 125 240 134 57 0 53 45 176 37 60
Binary 1010101 10100000 1011100 101111 0 101011 100101 1111110 11111 110000

Color Harmonies of #55A05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A05C

Black with #55A05C

Text Example


Text Example

White with #55A05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55A05C; }

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

 H1.HeaderClassName
 {
   color: #55A05C;
 }
 .AnyTagClassName
 {
   color: #55A05C;
 }
</style>

background-color css

<style>
 a { background-color: #55A05C; }

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

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

border-color css

<style>
 span { border-color: #55A05C; }

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

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