#53514E

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

Shades of Masala #53514E

Tints of Masala #53514E

Color information

#53514E (or 0x53514E) is unknown color: approx Masala. HEX triplet: 53, 51 and 4E. RGB value is (83,81,78). Sum of RGB (Red+Green+Blue) = 83+81+78=242 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.30% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 83 - color contains mainly: red. Hex color #53514E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53514E is #ACAEB1. Grayscale: #515151. Windows color (decimal): -11316914 or 5132627. OLE color: 5132627.

HSL color Cylindrical-coordinate representation of color #53514E: hue angle of 36º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #53514E is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB838178-
CMYK00.020.060.67
HSL36º3.11%31.57%-
HSV(B)36º6.02%32.55%-
XYZ7.888.278.39-
YUV81.26126.16129.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.30%
GREEN value IS 81 (32.03% from 255) = 33.47%
BLUE value IS 78 (30.86% from 255) = 32.23%
R=34.30%
G=33.47%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83817800.020.060.67363.1131.57
Hex53514E0264324320
Octal12312111602610344340
Binary101001110100011001110010110100001110010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,81,78); }

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

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

 a { background-color: rgb(83,81,78); }

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

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

 span { border-color: rgb(83,81,78); }

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