#53504C

Color #53504C Masala (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Masala #53504C

Tints of Masala #53504C

Color information

#53504C (or 0x53504C) is unknown color: approx Masala. HEX triplet: 53, 50 and 4C. RGB value is (83,80,76). Sum of RGB (Red+Green+Blue) = 83+80+76=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 83 - color contains mainly: red. Hex color #53504C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53504C is #ACAFB3. Grayscale: #505050. Windows color (decimal): -11317172 or 5001299. OLE color: 5001299.

HSL color Cylindrical-coordinate representation of color #53504C: hue angle of 34.29º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #53504C is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB838076-
CMYK00.040.080.67
HSL34.29º4.4%31.18%-
HSV(B)34.29º8.43%32.55%-
XYZ7.748.17.99-
YUV80.44125.49129.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.73%
GREEN value IS 80 (31.64% from 255) = 33.47%
BLUE value IS 76 (30.08% from 255) = 31.80%
R=34.73%
G=33.47%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83807600.040.080.6734.294.431.18
Hex53504C048432241f
Octal123120114041010342437
Binary10100111010000100110001001000100001110001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53504C; }

 p { color: rgb(83,80,76); }

 H1.HeaderClassName
 {
   color: #53504C;
 }
 .AnyTagClassName
 {
   color: #53504C;
 }
</style>
background-color css

<style>
 a { background-color: #53504C; }

 a { background-color: rgb(83,80,76); }

 div.DivClassName
 {
   background-color: #53504C;
 }
 .BgClassName
 {
   background-color: #53504C;
 }
</style>
border-color css

<style>
 span { border-color: #53504C; }

 span { border-color: rgb(83,80,76); }

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