#2E5054

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

Shades of Dark Slate Grey #2E5054

Tints of Dark Slate Grey #2E5054

Color information

#2E5054 (or 0x2E5054) is unknown color: approx Dark Slate Grey. HEX triplet: 2E, 50 and 54. RGB value is (46,80,84). Sum of RGB (Red+Green+Blue) = 46+80+84=210 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.90% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 84 (33.20% from 255 or 40% from 210); Max value from RGB is 84 - color contains mainly: blue. Hex color #2E5054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5054 is #D1AFAB. Grayscale: #464646. Windows color (decimal): -13741996 or 5525550. OLE color: 5525550.

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

Color convert

RGB468084-
CMYK0.450.0500.67
HSL186.32º29.23%25.49%-
HSV(B)186.32º45.24%32.94%-
XYZ5.66.969.44-
YUV70.29135.74110.67-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.90%
GREEN value IS 80 (31.64% from 255) = 38.10%
BLUE value IS 84 (33.20% from 255) = 40%
R=21.90%
G=38.10%
B=40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4680840.450.0500.67186.3229.2325.49
Hex2E50542D5043ba1d19
Octal5612012455501032723531
Binary1011101010000101010010110110101000011101110101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E5054; }

 p { color: rgb(46,80,84); }

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

<style>
 a { background-color: #2E5054; }

 a { background-color: rgb(46,80,84); }

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

<style>
 span { border-color: #2E5054; }

 span { border-color: rgb(46,80,84); }

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