#4D5655

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

Shades of Dark Slate #4D5655

Tints of Dark Slate #4D5655

Color information

#4D5655 (or 0x4D5655) is unknown color: approx Dark Slate. HEX triplet: 4D, 56 and 55. RGB value is (77,86,85). Sum of RGB (Red+Green+Blue) = 77+86+85=248 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.05% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 86 - color contains mainly: green. Hex color #4D5655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5655 is #B2A9AA. Grayscale: #535353. Windows color (decimal): -11708843 or 5592653. OLE color: 5592653.

HSL color Cylindrical-coordinate representation of color #4D5655: hue angle of 173.33º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4D5655 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB778685-
CMYK0.1000.010.66
HSL173.33º5.52%31.96%-
HSV(B)173.33º10.47%33.73%-
XYZ8.038.899.89-
YUV83.2129.02123.58-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.05%
GREEN value IS 86 (33.98% from 255) = 34.68%
BLUE value IS 85 (33.59% from 255) = 34.27%
R=31.05%
G=34.68%
B=34.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7786850.1000.010.66173.335.5231.96
Hex4D5655A0142ad620
Octal1151261251201102255640
Binary100110110101101010101101001100001010101101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,86,85); }

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

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

 a { background-color: rgb(77,86,85); }

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

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

 span { border-color: rgb(77,86,85); }

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