Html Css Color HEX #59995C Fruit Salad

📋 copy color: '#59995C'

red 89 ◦ green 153 ◦ blue 92

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

Shades of Fruit Salad #59995C

Tints of Fruit Salad #59995C

RGB

 RED value IS 89 (35.16% from 255) = 26.65%

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

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

R = 26.65%
G = 45.81%
B = 27.54%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#59995C (or 0x59995C) is known color: Fruit Salad. HEX triplet: 59, 99 and 5C. RGB value is (89,153,92). Sum of RGB (Red+Green+Blue) = 89+153+92=334 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.65% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #59995C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59995C is #A666A3. Grayscale: #7F7F7F. Windows color (decimal): -10905252 or 6068569. OLE color: 6068569.

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

Color convert

RGB 89 153 92 -
CMYK 0.42 0 0.40 0.4
HSL 122.81º 0.26% 0.47% -
HSV(B) 122.81º 0.42% 0.6% -
XYZ 17.44 25.68 14.16 -
YUV 126.91 108.3 100.96 -
System Red Green Blue C M Y K H S L
Decimal 89 153 92 0.42 0 0.40 0.4 122.81 0.26 0.47
Hex 59 99 5C 2A 0 28 28 7B 1A 2F
Octal 131 231 134 52 0 50 50 173 32 57
Binary 1011001 10011001 1011100 101010 0 101000 101000 1111011 11010 101111

Color Harmonies of #59995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59995C

Black with #59995C

Text Example


Text Example

White with #59995C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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