#4D5B59

Color #4D5B59 Dark Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate #4D5B59

Tints of Dark Slate #4D5B59

Color information

#4D5B59 (or 0x4D5B59) is unknown color: approx Dark Slate. HEX triplet: 4D, 5B and 59. RGB value is (77,91,89). Sum of RGB (Red+Green+Blue) = 77+91+89=257 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.96% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 89 (35.16% from 255 or 34.63% from 257); Max value from RGB is 91 - color contains mainly: green. Hex color #4D5B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5B59 is #B2A4A6. Grayscale: #565656. Windows color (decimal): -11707559 or 5856077. OLE color: 5856077.

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

Color convert

RGB779189-
CMYK0.1500.020.64
HSL171.43º8.33%32.94%-
HSV(B)171.43º15.38%35.69%-
XYZ8.69.7810.89-
YUV86.59129.36121.16-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.96%
GREEN value IS 91 (35.94% from 255) = 35.41%
BLUE value IS 89 (35.16% from 255) = 34.63%
R=29.96%
G=35.41%
B=34.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7791890.1500.020.64171.438.3332.94
Hex4D5B59F0240ab821
Octal11513313117021002531041
Binary10011011011011101100111110101000000101010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D5B59; }

 p { color: rgb(77,91,89); }

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

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

 a { background-color: rgb(77,91,89); }

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

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

 span { border-color: rgb(77,91,89); }

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