#2E5258

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

Shades of Dark Slate Grey #2E5258

Tints of Dark Slate Grey #2E5258

Color information

#2E5258 (or 0x2E5258) is unknown color: approx Dark Slate Grey. HEX triplet: 2E, 52 and 58. RGB value is (46,82,88). Sum of RGB (Red+Green+Blue) = 46+82+88=216 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.30% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 88 - color contains mainly: blue. Hex color #2E5258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5258 is #D1ADA7. Grayscale: #474747. Windows color (decimal): -13741480 or 5788206. OLE color: 5788206.

HSL color Cylindrical-coordinate representation of color #2E5258: hue angle of 188.57º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E5258 is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB468288-
CMYK0.480.0700.65
HSL188.57º31.34%26.27%-
HSV(B)188.57º47.73%34.51%-
XYZ5.917.3210.33-
YUV71.92137.07109.51-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.30%
GREEN value IS 82 (32.42% from 255) = 37.96%
BLUE value IS 88 (34.77% from 255) = 40.74%
R=21.30%
G=37.96%
B=40.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4682880.480.0700.65188.5731.3426.27
Hex2E5258307041bd1f1a
Octal5612213060701012753732
Binary1011101010010101100011000011101000001101111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,82,88); }

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

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

 a { background-color: rgb(46,82,88); }

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

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

 span { border-color: rgb(46,82,88); }

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