Html Css Color HEX #57534D Masala

📋 copy color: '#57534D'

red 87 ◦ green 83 ◦ blue 77

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

Shades of Masala #57534D

Tints of Masala #57534D

RGB

 RED value IS 87 (34.38% from 255) = 35.22%

 GREEN value IS 83 (32.81% from 255) = 33.6%

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

R = 35.22%
G = 33.6%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.66

RGB Variations

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

Color information

#57534D (or 0x57534D) is known color: Masala. HEX triplet: 57, 53 and 4D. RGB value is (87,83,77). Sum of RGB (Red+Green+Blue) = 87+83+77=247 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.22% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 87 - color contains mainly: red. Hex color #57534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57534D is #A8ACB2. Grayscale: #535353. Windows color (decimal): -11054259 or 5067607. OLE color: 5067607.

HSL color Cylindrical-coordinate representation of color #57534D: hue angle of 36º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #57534D is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 83 77 -
CMYK 0 0.05 0.11 0.66
HSL 36º 0.06% 0.32% -
HSV(B) 36º 0.11% 0.34% -
XYZ 8.36 8.75 8.27 -
YUV 83.51 124.33 130.49 -
System Red Green Blue C M Y K H S L
Decimal 87 83 77 0 0.05 0.11 0.66 36 0.06 0.32
Hex 57 53 4D 0 5 B 42 24 6 20
Octal 127 123 115 0 5 13 102 44 6 40
Binary 1010111 1010011 1001101 0 101 1011 1000010 100100 110 100000

Color Harmonies of #57534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57534D

Black with #57534D

Text Example


Text Example

White with #57534D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57534D; }

 p { color: rgb(87,83,77); }

 H1.HeaderClassName
 {
   color: #57534D;
 }
 .AnyTagClassName
 {
   color: #57534D;
 }
</style>

background-color css

<style>
 a { background-color: #57534D; }

 a { background-color: rgb(87,83,77); }

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

border-color css

<style>
 span { border-color: #57534D; }

 span { border-color: rgb(87,83,77); }

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