Html Css Color HEX #4E5B58 Dark Slate

📋 copy color: '#4E5B58'

red 78 ◦ green 91 ◦ blue 88

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

Shades of Dark Slate #4E5B58

Tints of Dark Slate #4E5B58

RGB

 RED value IS 78 (30.86% from 255) = 30.35%

 GREEN value IS 91 (35.94% from 255) = 35.41%

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

R = 30.35%
G = 35.41%
B = 34.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#4E5B58 (or 0x4E5B58) is known color: Dark Slate. HEX triplet: 4E, 5B and 58. RGB value is (78,91,88). Sum of RGB (Red+Green+Blue) = 78+91+88=257 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.35% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 91 - color contains mainly: green. Hex color #4E5B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5B58 is #B1A4A7. Grayscale: #565656. Windows color (decimal): -11642024 or 5790542. OLE color: 5790542.

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

Color convert

RGB 78 91 88 -
CMYK 0.14 0 0.03 0.64
HSL 166.15º 0.08% 0.33% -
HSV(B) 166.15º 0.14% 0.36% -
XYZ 8.64 9.81 10.67 -
YUV 86.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 78 91 88 0.14 0 0.03 0.64 166.15 0.08 0.33
Hex 4E 5B 58 E 0 3 40 A6 8 21
Octal 116 133 130 16 0 3 100 246 10 41
Binary 1001110 1011011 1011000 1110 0 11 1000000 10100110 1000 100001

Color Harmonies of #4E5B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5B58

Black with #4E5B58

Text Example


Text Example

White with #4E5B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,91,88); }

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

background-color css

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

 a { background-color: rgb(78,91,88); }

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

border-color css

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

 span { border-color: rgb(78,91,88); }

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