#5C5954

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

Shades of Masala #5C5954

Tints of Masala #5C5954

Color information

#5C5954 (or 0x5C5954) is unknown color: approx Masala. HEX triplet: 5C, 59 and 54. RGB value is (92,89,84). Sum of RGB (Red+Green+Blue) = 92+89+84=265 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.72% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 84 (33.20% from 255 or 31.70% from 265); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5954 is #A3A6AB. Grayscale: #595959. Windows color (decimal): -10725036 or 5527900. OLE color: 5527900.

HSL color Cylindrical-coordinate representation of color #5C5954: hue angle of 37.5º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5C5954 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.64.

Color convert

RGB928984-
CMYK00.030.090.64
HSL37.5º4.55%34.51%-
HSV(B)37.5º8.7%36.08%-
XYZ9.5910.069.82-
YUV89.33124.99129.91-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.72%
GREEN value IS 89 (35.16% from 255) = 33.58%
BLUE value IS 84 (33.20% from 255) = 31.70%
R=34.72%
G=33.58%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92898400.030.090.6437.54.5534.51
Hex5C59540394026523
Octal134131124031110046543
Binary10111001011001101010001110011000000100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C5954; }

 p { color: rgb(92,89,84); }

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

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

 a { background-color: rgb(92,89,84); }

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

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

 span { border-color: rgb(92,89,84); }

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