Html Css Color HEX #4D5A58 Dark Slate

📋 copy color: '#4D5A58'

red 77 ◦ green 90 ◦ blue 88

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

Shades of Dark Slate #4D5A58

Tints of Dark Slate #4D5A58

RGB

 RED value IS 77 (30.47% from 255) = 30.2%

 GREEN value IS 90 (35.55% from 255) = 35.29%

 BLUE value IS 88 (34.77% from 255) = 34.51%

R = 30.2%
G = 35.29%
B = 34.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#4D5A58 (or 0x4D5A58) is known color: Dark Slate. HEX triplet: 4D, 5A and 58. RGB value is (77,90,88). Sum of RGB (Red+Green+Blue) = 77+90+88=255 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.20% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 90 - color contains mainly: green. Hex color #4D5A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5A58 is #B2A5A7. Grayscale: #555555. Windows color (decimal): -11707816 or 5790285. OLE color: 5790285.

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

Color convert

RGB 77 90 88 -
CMYK 0.14 0 0.02 0.65
HSL 170.77º 0.08% 0.33% -
HSV(B) 170.77º 0.14% 0.35% -
XYZ 8.48 9.59 10.64 -
YUV 85.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 77 90 88 0.14 0 0.02 0.65 170.77 0.08 0.33
Hex 4D 5A 58 E 0 2 41 AB 8 21
Octal 115 132 130 16 0 2 101 253 10 41
Binary 1001101 1011010 1011000 1110 0 10 1000001 10101011 1000 100001

Color Harmonies of #4D5A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5A58

Black with #4D5A58

Text Example


Text Example

White with #4D5A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,90,88); }

 H1.HeaderClassName
 {
   color: #4D5A58;
 }
 .AnyTagClassName
 {
   color: #4D5A58;
 }
</style>

background-color css

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

 a { background-color: rgb(77,90,88); }

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

border-color css

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

 span { border-color: rgb(77,90,88); }

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