#3E5551

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

Shades of Dark Slate #3E5551

Tints of Dark Slate #3E5551

Color information

#3E5551 (or 0x3E5551) is unknown color: approx Dark Slate. HEX triplet: 3E, 55 and 51. RGB value is (62,85,81). Sum of RGB (Red+Green+Blue) = 62+85+81=228 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.19% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 85 - color contains mainly: green. Hex color #3E5551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5551 is #C1AAAE. Grayscale: #4D4D4D. Windows color (decimal): -12692143 or 5330238. OLE color: 5330238.

HSL color Cylindrical-coordinate representation of color #3E5551: hue angle of 169.57º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3E5551 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB628581-
CMYK0.2700.050.67
HSL169.57º15.65%28.82%-
HSV(B)169.57º27.06%33.33%-
XYZ6.728.129-
YUV77.67129.88116.83-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.19%
GREEN value IS 85 (33.59% from 255) = 37.28%
BLUE value IS 81 (32.03% from 255) = 35.53%
R=27.19%
G=37.28%
B=35.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6285810.2700.050.67169.5715.6528.82
Hex3E55511B0543aa101d
Octal7612512133051032522035
Binary111110101010110100011101101011000011101010101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E5551; }

 p { color: rgb(62,85,81); }

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

<style>
 a { background-color: #3E5551; }

 a { background-color: rgb(62,85,81); }

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

<style>
 span { border-color: #3E5551; }

 span { border-color: rgb(62,85,81); }

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