Html Css Color HEX #55995C Fruit Salad

📋 copy color: '#55995C'

red 85 ◦ green 153 ◦ blue 92

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

Shades of Fruit Salad #55995C

Tints of Fruit Salad #55995C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.36%

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

R = 25.76%
G = 46.36%
B = 27.88%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#55995C (or 0x55995C) is known color: Fruit Salad. HEX triplet: 55, 99 and 5C. RGB value is (85,153,92). Sum of RGB (Red+Green+Blue) = 85+153+92=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 153 - color contains mainly: green. Hex color #55995C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55995C is #AA66A3. Grayscale: #7D7D7D. Windows color (decimal): -11167396 or 6068565. OLE color: 6068565.

HSL color Cylindrical-coordinate representation of color #55995C: hue angle of 126.18º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #55995C is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 153 92 -
CMYK 0.44 0 0.40 0.4
HSL 126.18º 0.29% 0.47% -
HSV(B) 126.18º 0.44% 0.6% -
XYZ 17.07 25.49 14.14 -
YUV 125.71 108.97 98.96 -
System Red Green Blue C M Y K H S L
Decimal 85 153 92 0.44 0 0.40 0.4 126.18 0.29 0.47
Hex 55 99 5C 2C 0 28 28 7E 1D 2F
Octal 125 231 134 54 0 50 50 176 35 57
Binary 1010101 10011001 1011100 101100 0 101000 101000 1111110 11101 101111

Color Harmonies of #55995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55995C

Black with #55995C

Text Example


Text Example

White with #55995C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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