Html Css Color HEX #59554E Masala

📋 copy color: '#59554E'

red 89 ◦ green 85 ◦ blue 78

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

Shades of Masala #59554E

Tints of Masala #59554E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 30.95%

R = 35.32%
G = 33.73%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#59554E (or 0x59554E) is known color: Masala. HEX triplet: 59, 55 and 4E. RGB value is (89,85,78). Sum of RGB (Red+Green+Blue) = 89+85+78=252 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.32% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 89 - color contains mainly: red. Hex color #59554E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59554E is #A6AAB1. Grayscale: #555555. Windows color (decimal): -10922674 or 5133657. OLE color: 5133657.

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

Color convert

RGB 89 85 78 -
CMYK 0 0.04 0.12 0.65
HSL 38.18º 0.07% 0.33% -
HSV(B) 38.18º 0.12% 0.35% -
XYZ 8.74 9.17 8.52 -
YUV 85.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 89 85 78 0 0.04 0.12 0.65 38.18 0.07 0.33
Hex 59 55 4E 0 4 C 41 26 7 21
Octal 131 125 116 0 4 14 101 46 7 41
Binary 1011001 1010101 1001110 0 100 1100 1000001 100110 111 100001

Color Harmonies of #59554E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59554E

Black with #59554E

Text Example


Text Example

White with #59554E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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