#55514B

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

Shades of Masala #55514B

Tints of Masala #55514B

Color information

#55514B (or 0x55514B) is unknown color: approx Masala. HEX triplet: 55, 51 and 4B. RGB value is (85,81,75). Sum of RGB (Red+Green+Blue) = 85+81+75=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 85 - color contains mainly: red. Hex color #55514B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55514B is #AAAEB4. Grayscale: #515151. Windows color (decimal): -11185845 or 4936021. OLE color: 4936021.

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

Color convert

RGB858175-
CMYK00.050.120.67
HSL36º6.25%31.37%-
HSV(B)36º11.76%33.33%-
XYZ7.968.327.84-
YUV81.51124.33130.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.27%
GREEN value IS 81 (32.03% from 255) = 33.61%
BLUE value IS 75 (29.69% from 255) = 31.12%
R=35.27%
G=33.61%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85817500.050.120.67366.2531.37
Hex55514B05C432461f
Octal125121113051410344637
Binary10101011010001100101101011100100001110010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55514B; }

 p { color: rgb(85,81,75); }

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

<style>
 a { background-color: #55514B; }

 a { background-color: rgb(85,81,75); }

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

<style>
 span { border-color: #55514B; }

 span { border-color: rgb(85,81,75); }

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