#5C5851

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

Shades of Masala #5C5851

Tints of Masala #5C5851

Color information

#5C5851 (or 0x5C5851) is unknown color: approx Masala. HEX triplet: 5C, 58 and 51. RGB value is (92,88,81). Sum of RGB (Red+Green+Blue) = 92+88+81=261 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.25% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5851 is #A3A7AE. Grayscale: #585858. Windows color (decimal): -10725295 or 5331036. OLE color: 5331036.

HSL color Cylindrical-coordinate representation of color #5C5851: hue angle of 38.18º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5C5851 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB928881-
CMYK00.040.120.64
HSL38.18º6.36%33.92%-
HSV(B)38.18º11.96%36.08%-
XYZ9.399.859.19-
YUV88.4123.83130.57-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.25%
GREEN value IS 88 (34.77% from 255) = 33.72%
BLUE value IS 81 (32.03% from 255) = 31.03%
R=35.25%
G=33.72%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92888100.040.120.6438.186.3633.92
Hex5C585104C4026622
Octal134130121041410046642
Binary101110010110001010001010011001000000100110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,88,81); }

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

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

 a { background-color: rgb(92,88,81); }

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

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

 span { border-color: rgb(92,88,81); }

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