Html Css Color HEX #29595A Dark Slate Grey

📋 copy color: '#29595A'

red 41 ◦ green 89 ◦ blue 90

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

Shades of Dark Slate Grey #29595A

Tints of Dark Slate Grey #29595A

RGB

 RED value IS 41 (16.41% from 255) = 18.64%

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

 BLUE value IS 90 (35.55% from 255) = 40.91%

R = 18.64%
G = 40.45%
B = 40.91%

CMYK

 C value IS 0.54

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#29595A (or 0x29595A) is known color: Dark Slate Grey. HEX triplet: 29, 59 and 5A. RGB value is (41,89,90). Sum of RGB (Red+Green+Blue) = 41+89+90=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 90 - color contains mainly: blue. Hex color #29595A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29595A is #D6A6A5. Grayscale: #4A4A4A. Windows color (decimal): -14067366 or 5921065. OLE color: 5921065.

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

Color convert

RGB 41 89 90 -
CMYK 0.54 0.01 0 0.65
HSL 181.22º 0.37% 0.26% -
HSV(B) 181.22º 0.54% 0.35% -
XYZ 6.33 8.35 10.95 -
YUV 74.76 136.6 103.92 -
System Red Green Blue C M Y K H S L
Decimal 41 89 90 0.54 0.01 0 0.65 181.22 0.37 0.26
Hex 29 59 5A 36 1 0 41 B5 25 1A
Octal 51 131 132 66 1 0 101 265 45 32
Binary 101001 1011001 1011010 110110 1 0 1000001 10110101 100101 11010

Color Harmonies of #29595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29595A

Black with #29595A

Text Example


Text Example

White with #29595A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29595A; }

 p { color: rgb(41,89,90); }

 H1.HeaderClassName
 {
   color: #29595A;
 }
 .AnyTagClassName
 {
   color: #29595A;
 }
</style>

background-color css

<style>
 a { background-color: #29595A; }

 a { background-color: rgb(41,89,90); }

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

border-color css

<style>
 span { border-color: #29595A; }

 span { border-color: rgb(41,89,90); }

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