#4E5B58

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

Shades of Dark Slate #4E5B58

Tints of Dark Slate #4E5B58

Color information

#4E5B58 (or 0x4E5B58) is unknown color: approx 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

RGB789188-
CMYK0.1400.030.64
HSL166.15º7.69%33.14%-
HSV(B)166.15º14.29%35.69%-
XYZ8.649.8110.67-
YUV86.77128.69121.74-

RGB Variations

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

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 (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7891880.1400.030.64166.157.6933.14
Hex4E5B58E0340a6821
Octal11613313016031002461041
Binary10011101011011101100011100111000000101001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>