Html Css Color HEX #5A554D Masala

📋 copy color: '#5A554D'

red 90 ◦ green 85 ◦ blue 77

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

Shades of Masala #5A554D

Tints of Masala #5A554D

RGB

 RED value IS 90 (35.55% from 255) = 35.71%

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

 BLUE value IS 77 (30.47% from 255) = 30.56%

R = 35.71%
G = 33.73%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#5A554D (or 0x5A554D) is known color: Masala. HEX triplet: 5A, 55 and 4D. RGB value is (90,85,77). Sum of RGB (Red+Green+Blue) = 90+85+77=252 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.71% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 90 - color contains mainly: red. Hex color #5A554D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A554D is #A5AAB2. Grayscale: #555555. Windows color (decimal): -10857139 or 5068122. OLE color: 5068122.

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

Color convert

RGB 90 85 77 -
CMYK 0 0.06 0.14 0.65
HSL 36.92º 0.08% 0.33% -
HSV(B) 36.92º 0.14% 0.35% -
XYZ 8.8 9.21 8.33 -
YUV 85.58 123.16 131.15 -
System Red Green Blue C M Y K H S L
Decimal 90 85 77 0 0.06 0.14 0.65 36.92 0.08 0.33
Hex 5A 55 4D 0 6 E 41 25 8 21
Octal 132 125 115 0 6 16 101 45 10 41
Binary 1011010 1010101 1001101 0 110 1110 1000001 100101 1000 100001

Color Harmonies of #5A554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A554D

Black with #5A554D

Text Example


Text Example

White with #5A554D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A554D; }

 p { color: rgb(90,85,77); }

 H1.HeaderClassName
 {
   color: #5A554D;
 }
 .AnyTagClassName
 {
   color: #5A554D;
 }
</style>

background-color css

<style>
 a { background-color: #5A554D; }

 a { background-color: rgb(90,85,77); }

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

border-color css

<style>
 span { border-color: #5A554D; }

 span { border-color: rgb(90,85,77); }

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