Html Css Color HEX #29585A Dark Slate Grey

📋 copy color: '#29585A'

red 41 ◦ green 88 ◦ blue 90

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

Shades of Dark Slate Grey #29585A

Tints of Dark Slate Grey #29585A

RGB

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

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

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

R = 18.72%
G = 40.18%
B = 41.1%

CMYK

 C value IS 0.54

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#29585A (or 0x29585A) is known color: Dark Slate Grey. HEX triplet: 29, 58 and 5A. RGB value is (41,88,90). Sum of RGB (Red+Green+Blue) = 41+88+90=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 90 - color contains mainly: blue. Hex color #29585A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29585A is #D6A7A5. Grayscale: #4A4A4A. Windows color (decimal): -14067622 or 5920809. OLE color: 5920809.

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

Color convert

RGB 41 88 90 -
CMYK 0.54 0.02 0 0.65
HSL 182.45º 0.37% 0.26% -
HSV(B) 182.45º 0.54% 0.35% -
XYZ 6.25 8.19 10.92 -
YUV 74.18 136.93 104.34 -
System Red Green Blue C M Y K H S L
Decimal 41 88 90 0.54 0.02 0 0.65 182.45 0.37 0.26
Hex 29 58 5A 36 2 0 41 B6 25 1A
Octal 51 130 132 66 2 0 101 266 45 32
Binary 101001 1011000 1011010 110110 10 0 1000001 10110110 100101 11010

Color Harmonies of #29585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29585A

Black with #29585A

Text Example


Text Example

White with #29585A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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