#5D5851

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

Shades of Masala #5D5851

Tints of Masala #5D5851

Color information

#5D5851 (or 0x5D5851) is unknown color: approx Masala. HEX triplet: 5D, 58 and 51. RGB value is (93,88,81). Sum of RGB (Red+Green+Blue) = 93+88+81=262 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.50% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5851 is #A2A7AE. Grayscale: #585858. Windows color (decimal): -10659759 or 5331037. OLE color: 5331037.

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

Color convert

RGB938881-
CMYK00.050.130.64
HSL35º6.9%34.12%-
HSV(B)35º12.9%36.47%-
XYZ9.499.99.2-
YUV88.7123.66131.07-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.50%
GREEN value IS 88 (34.77% from 255) = 33.59%
BLUE value IS 81 (32.03% from 255) = 30.92%
R=35.50%
G=33.59%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93888100.050.130.64356.934.12
Hex5D585105D4023722
Octal135130121051510043742
Binary101110110110001010001010111011000000100011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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