Html Css Color HEX #29575C Dark Slate Grey

📋 copy color: '#29575C'

red 41 ◦ green 87 ◦ blue 92

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

Shades of Dark Slate Grey #29575C

Tints of Dark Slate Grey #29575C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.55%

 BLUE value IS 92 (36.33% from 255) = 41.82%

R = 18.64%
G = 39.55%
B = 41.82%

CMYK

 C value IS 0.55

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#29575C (or 0x29575C) is known color: Dark Slate Grey. HEX triplet: 29, 57 and 5C. RGB value is (41,87,92). Sum of RGB (Red+Green+Blue) = 41+87+92=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 87 (34.38% from 255 or 39.55% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 92 - color contains mainly: blue. Hex color #29575C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29575C is #D6A8A3. Grayscale: #494949. Windows color (decimal): -14067876 or 6051625. OLE color: 6051625.

HSL color Cylindrical-coordinate representation of color #29575C: hue angle of 185.88º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #29575C is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 87 92 -
CMYK 0.55 0.05 0 0.64
HSL 185.88º 0.38% 0.26% -
HSV(B) 185.88º 0.55% 0.36% -
XYZ 6.25 8.06 11.35 -
YUV 73.82 138.26 104.59 -
System Red Green Blue C M Y K H S L
Decimal 41 87 92 0.55 0.05 0 0.64 185.88 0.38 0.26
Hex 29 57 5C 37 5 0 40 BA 26 1A
Octal 51 127 134 67 5 0 100 272 46 32
Binary 101001 1010111 1011100 110111 101 0 1000000 10111010 100110 11010

Color Harmonies of #29575C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29575C

Black with #29575C

Text Example


Text Example

White with #29575C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29575C; }

 p { color: rgb(41,87,92); }

 H1.HeaderClassName
 {
   color: #29575C;
 }
 .AnyTagClassName
 {
   color: #29575C;
 }
</style>

background-color css

<style>
 a { background-color: #29575C; }

 a { background-color: rgb(41,87,92); }

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

border-color css

<style>
 span { border-color: #29575C; }

 span { border-color: rgb(41,87,92); }

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