Html Css Color HEX #29585E Dark Slate Grey

📋 copy color: '#29585E'

red 41 ◦ green 88 ◦ blue 94

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

Shades of Dark Slate Grey #29585E

Tints of Dark Slate Grey #29585E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 42.15%

R = 18.39%
G = 39.46%
B = 42.15%

CMYK

 C value IS 0.56

 M value IS 0.06

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#29585E (or 0x29585E) is known color: Dark Slate Grey. HEX triplet: 29, 58 and 5E. RGB value is (41,88,94). Sum of RGB (Red+Green+Blue) = 41+88+94=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 94 - color contains mainly: blue. Hex color #29585E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29585E is #D6A7A1. Grayscale: #4A4A4A. Windows color (decimal): -14067618 or 6182953. OLE color: 6182953.

HSL color Cylindrical-coordinate representation of color #29585E: hue angle of 186.79º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #29585E is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 41 88 94 -
CMYK 0.56 0.06 0 0.63
HSL 186.79º 0.39% 0.26% -
HSV(B) 186.79º 0.56% 0.37% -
XYZ 6.42 8.26 11.85 -
YUV 74.63 138.93 104.01 -
System Red Green Blue C M Y K H S L
Decimal 41 88 94 0.56 0.06 0 0.63 186.79 0.39 0.26
Hex 29 58 5E 38 6 0 3F BB 27 1A
Octal 51 130 136 70 6 0 77 273 47 32
Binary 101001 1011000 1011110 111000 110 0 111111 10111011 100111 11010

Color Harmonies of #29585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29585E

Black with #29585E

Text Example


Text Example

White with #29585E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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