#2E5456

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

Shades of Dark Slate Grey #2E5456

Tints of Dark Slate Grey #2E5456

Color information

#2E5456 (or 0x2E5456) is unknown color: approx Dark Slate Grey. HEX triplet: 2E, 54 and 56. RGB value is (46,84,86). Sum of RGB (Red+Green+Blue) = 46+84+86=216 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.30% from 216); Green value is 84 (33.20% from 255 or 38.89% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 86 - color contains mainly: blue. Hex color #2E5456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5456 is #D1ABA9. Grayscale: #484848. Windows color (decimal): -13740970 or 5657646. OLE color: 5657646.

HSL color Cylindrical-coordinate representation of color #2E5456: hue angle of 183º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2E5456 is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB468486-
CMYK0.470.0200.66
HSL183º30.3%25.88%-
HSV(B)183º46.51%33.73%-
XYZ5.987.599.95-
YUV72.87135.41108.84-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.30%
GREEN value IS 84 (33.20% from 255) = 38.89%
BLUE value IS 86 (33.98% from 255) = 39.81%
R=21.30%
G=38.89%
B=39.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4684860.470.0200.6618330.325.88
Hex2E54562F2042b71e1a
Octal5612412657201022673632
Binary101110101010010101101011111001000010101101111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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