#555451

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

Shades of Masala #555451

Tints of Masala #555451

Color information

#555451 (or 0x555451) is unknown color: approx Masala. HEX triplet: 55, 54 and 51. RGB value is (85,84,81). Sum of RGB (Red+Green+Blue) = 85+84+81=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 85 - color contains mainly: red. Hex color #555451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555451 is #AAABAE. Grayscale: #535353. Windows color (decimal): -11185071 or 5330005. OLE color: 5330005.

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

Color convert

RGB858481-
CMYK00.010.050.67
HSL45º2.41%32.55%-
HSV(B)45º4.71%33.33%-
XYZ8.48.879.05-
YUV83.96126.33128.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34%
GREEN value IS 84 (33.20% from 255) = 33.6%
BLUE value IS 81 (32.03% from 255) = 32.4%
R=34%
G=33.6%
B=32.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85848100.010.050.67452.4132.55
Hex555451015432d221
Octal12512412101510355241
Binary10101011010100101000101101100001110110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555451; }

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

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

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

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

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

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

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

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