Html Css Color HEX #59554F Masala

📋 copy color: '#59554F'

red 89 ◦ green 85 ◦ blue 79

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

Shades of Masala #59554F

Tints of Masala #59554F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.6%

 BLUE value IS 79 (31.25% from 255) = 31.23%

R = 35.18%
G = 33.6%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#59554F (or 0x59554F) is known color: Masala. HEX triplet: 59, 55 and 4F. RGB value is (89,85,79). Sum of RGB (Red+Green+Blue) = 89+85+79=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 89 - color contains mainly: red. Hex color #59554F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59554F is #A6AAB0. Grayscale: #555555. Windows color (decimal): -10922673 or 5199193. OLE color: 5199193.

HSL color Cylindrical-coordinate representation of color #59554F: hue angle of 36º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #59554F is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 85 79 -
CMYK 0 0.04 0.11 0.65
HSL 36º 0.06% 0.33% -
HSV(B) 36º 0.11% 0.35% -
XYZ 8.78 9.19 8.71 -
YUV 85.51 124.33 130.49 -
System Red Green Blue C M Y K H S L
Decimal 89 85 79 0 0.04 0.11 0.65 36 0.06 0.33
Hex 59 55 4F 0 4 B 41 24 6 21
Octal 131 125 117 0 4 13 101 44 6 41
Binary 1011001 1010101 1001111 0 100 1011 1000001 100100 110 100001

Color Harmonies of #59554F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59554F

Black with #59554F

Text Example


Text Example

White with #59554F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59554F; }

 p { color: rgb(89,85,79); }

 H1.HeaderClassName
 {
   color: #59554F;
 }
 .AnyTagClassName
 {
   color: #59554F;
 }
</style>

background-color css

<style>
 a { background-color: #59554F; }

 a { background-color: rgb(89,85,79); }

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

border-color css

<style>
 span { border-color: #59554F; }

 span { border-color: rgb(89,85,79); }

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