Html Css Color HEX #2A5957 Dark Slate Grey

📋 copy color: '#2A5957'

red 42 ◦ green 89 ◦ blue 87

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

Shades of Dark Slate Grey #2A5957

Tints of Dark Slate Grey #2A5957

RGB

 RED value IS 42 (16.8% from 255) = 19.27%

 GREEN value IS 89 (35.16% from 255) = 40.83%

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

R = 19.27%
G = 40.83%
B = 39.91%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#2A5957 (or 0x2A5957) is known color: Dark Slate Grey. HEX triplet: 2A, 59 and 57. RGB value is (42,89,87). Sum of RGB (Red+Green+Blue) = 42+89+87=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 87 (34.38% from 255 or 39.91% from 218); Max value from RGB is 89 - color contains mainly: green. Hex color #2A5957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5957 is #D5A6A8. Grayscale: #4A4A4A. Windows color (decimal): -14001833 or 5724458. OLE color: 5724458.

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

Color convert

RGB 42 89 87 -
CMYK 0.53 0 0.02 0.65
HSL 177.45º 0.36% 0.26% -
HSV(B) 177.45º 0.53% 0.35% -
XYZ 6.25 8.33 10.29 -
YUV 74.72 134.93 104.66 -
System Red Green Blue C M Y K H S L
Decimal 42 89 87 0.53 0 0.02 0.65 177.45 0.36 0.26
Hex 2A 59 57 35 0 2 41 B1 24 1A
Octal 52 131 127 65 0 2 101 261 44 32
Binary 101010 1011001 1010111 110101 0 10 1000001 10110001 100100 11010

Color Harmonies of #2A5957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5957

Black with #2A5957

Text Example


Text Example

White with #2A5957

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,89,87); }

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

background-color css

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

 a { background-color: rgb(42,89,87); }

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

border-color css

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

 span { border-color: rgb(42,89,87); }

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