#5D584F

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

Shades of Masala #5D584F

Tints of Masala #5D584F

Color information

#5D584F (or 0x5D584F) is unknown color: approx Masala. HEX triplet: 5D, 58 and 4F. RGB value is (93,88,79). Sum of RGB (Red+Green+Blue) = 93+88+79=260 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.77% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 93 - color contains mainly: red. Hex color #5D584F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D584F is #A2A7B0. Grayscale: #585858. Windows color (decimal): -10659761 or 5199965. OLE color: 5199965.

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

Color convert

RGB938879-
CMYK00.050.150.64
HSL38.57º8.14%33.73%-
HSV(B)38.57º15.05%36.47%-
XYZ9.429.878.81-
YUV88.47122.66131.23-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.77%
GREEN value IS 88 (34.77% from 255) = 33.85%
BLUE value IS 79 (31.25% from 255) = 30.38%
R=35.77%
G=33.85%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93887900.050.150.6438.578.1433.73
Hex5D584F05F4027822
Octal1351301170517100471042
Binary1011101101100010011110101111110000001001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D584F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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