Html Css Color HEX #2C5857 Dark Slate Grey

📋 copy color: '#2C5857'

red 44 ◦ green 88 ◦ blue 87

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

Shades of Dark Slate Grey #2C5857

Tints of Dark Slate Grey #2C5857

RGB

 RED value IS 44 (17.58% from 255) = 20.09%

 GREEN value IS 88 (34.77% from 255) = 40.18%

 BLUE value IS 87 (34.38% from 255) = 39.73%

R = 20.09%
G = 40.18%
B = 39.73%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#2C5857 (or 0x2C5857) is known color: Dark Slate Grey. HEX triplet: 2C, 58 and 57. RGB value is (44,88,87). Sum of RGB (Red+Green+Blue) = 44+88+87=219 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20.09% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 87 (34.38% from 255 or 39.73% from 219); Max value from RGB is 88 - color contains mainly: green. Hex color #2C5857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5857 is #D3A7A8. Grayscale: #4A4A4A. Windows color (decimal): -13871017 or 5724204. OLE color: 5724204.

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

Color convert

RGB 44 88 87 -
CMYK 0.5 0 0.01 0.65
HSL 178.64º 0.33% 0.26% -
HSV(B) 178.64º 0.5% 0.35% -
XYZ 6.25 8.2 10.27 -
YUV 74.73 134.92 106.08 -
System Red Green Blue C M Y K H S L
Decimal 44 88 87 0.5 0 0.01 0.65 178.64 0.33 0.26
Hex 2C 58 57 32 0 1 41 B3 21 1A
Octal 54 130 127 62 0 1 101 263 41 32
Binary 101100 1011000 1010111 110010 0 1 1000001 10110011 100001 11010

Color Harmonies of #2C5857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5857

Black with #2C5857

Text Example


Text Example

White with #2C5857

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,88,87); }

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

background-color css

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

 a { background-color: rgb(44,88,87); }

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

border-color css

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

 span { border-color: rgb(44,88,87); }

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