Html Css Color HEX #4D5B59 Dark Slate

📋 copy color: '#4D5B59'

red 77 ◦ green 91 ◦ blue 89

#4D5B59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate #4D5B59

Tints of Dark Slate #4D5B59

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 value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.64

RGB Variations

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

Color information

#4D5B59 (or 0x4D5B59) is known color: 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

RGB 77 91 89 -
CMYK 0.15 0 0.02 0.64
HSL 171.43º 0.08% 0.33% -
HSV(B) 171.43º 0.15% 0.36% -
XYZ 8.6 9.78 10.89 -
YUV 86.59 129.36 121.16 -
System Red Green Blue C M Y K H S L
Decimal 77 91 89 0.15 0 0.02 0.64 171.43 0.08 0.33
Hex 4D 5B 59 F 0 2 40 AB 8 21
Octal 115 133 131 17 0 2 100 253 10 41
Binary 1001101 1011011 1011001 1111 0 10 1000000 10101011 1000 100001

Color Harmonies of #4D5B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5B59

Black with #4D5B59

Text Example


Text Example

White with #4D5B59

Text Example


Text Example

HTML Codes & Css Web 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>