Html Css Color HEX #2E5658 Dark Slate Grey

📋 copy color: '#2E5658'

red 46 ◦ green 86 ◦ blue 88

#2E5658
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #2E5658

Tints of Dark Slate Grey #2E5658

RGB

 RED value IS 46 (18.36% from 255) = 20.91%

 GREEN value IS 86 (33.98% from 255) = 39.09%

 BLUE value IS 88 (34.77% from 255) = 40%

R = 20.91%
G = 39.09%
B = 40%

CMYK

 C value IS 0.48

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2E5658 (or 0x2E5658) is known color: Dark Slate Grey. HEX triplet: 2E, 56 and 58. RGB value is (46,86,88). Sum of RGB (Red+Green+Blue) = 46+86+88=220 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.91% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 88 (34.77% from 255 or 40% from 220); Max value from RGB is 88 - color contains mainly: blue. Hex color #2E5658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5658 is #D1A9A7. Grayscale: #4A4A4A. Windows color (decimal): -13740456 or 5789230. OLE color: 5789230.

HSL color Cylindrical-coordinate representation of color #2E5658: hue angle of 182.86º 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 #2E5658 is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 46 86 88 -
CMYK 0.48 0.02 0 0.65
HSL 182.86º 0.31% 0.26% -
HSV(B) 182.86º 0.48% 0.35% -
XYZ 6.22 7.94 10.44 -
YUV 74.27 135.75 107.84 -
System Red Green Blue C M Y K H S L
Decimal 46 86 88 0.48 0.02 0 0.65 182.86 0.31 0.26
Hex 2E 56 58 30 2 0 41 B7 1F 1A
Octal 56 126 130 60 2 0 101 267 37 32
Binary 101110 1010110 1011000 110000 10 0 1000001 10110111 11111 11010

Color Harmonies of #2E5658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5658

Black with #2E5658

Text Example


Text Example

White with #2E5658

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E5658;
 }
 .AnyTagClassName
 {
   color: #2E5658;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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