Html Css Color HEX #59554B Masala

📋 copy color: '#59554B'

red 89 ◦ green 85 ◦ blue 75

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

Shades of Masala #59554B

Tints of Masala #59554B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 30.12%

R = 35.74%
G = 34.14%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#59554B (or 0x59554B) is known color: Masala. HEX triplet: 59, 55 and 4B. RGB value is (89,85,75). Sum of RGB (Red+Green+Blue) = 89+85+75=249 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.74% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 89 - color contains mainly: red. Hex color #59554B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59554B is #A6AAB4. Grayscale: #555555. Windows color (decimal): -10922677 or 4937049. OLE color: 4937049.

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

Color convert

RGB 89 85 75 -
CMYK 0 0.04 0.16 0.65
HSL 42.86º 0.09% 0.32% -
HSV(B) 42.86º 0.16% 0.35% -
XYZ 8.64 9.13 7.96 -
YUV 85.06 122.33 130.81 -
System Red Green Blue C M Y K H S L
Decimal 89 85 75 0 0.04 0.16 0.65 42.86 0.09 0.32
Hex 59 55 4B 0 4 10 41 2B 9 20
Octal 131 125 113 0 4 20 101 53 11 40
Binary 1011001 1010101 1001011 0 100 10000 1000001 101011 1001 100000

Color Harmonies of #59554B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59554B

Black with #59554B

Text Example


Text Example

White with #59554B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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