#29585B

Color #29585B Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #29585B

Tints of Dark Slate Grey #29585B

Color information

#29585B (or 0x29585B) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 58 and 5B. RGB value is (41,88,91). Sum of RGB (Red+Green+Blue) = 41+88+91=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 91 - color contains mainly: blue. Hex color #29585B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29585B is #D6A7A4. Grayscale: #4A4A4A. Windows color (decimal): -14067621 or 5986345. OLE color: 5986345.

HSL color Cylindrical-coordinate representation of color #29585B: hue angle of 183.6º 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 #29585B is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB418891-
CMYK0.550.0300.64
HSL183.6º37.88%25.88%-
HSV(B)183.6º54.95%35.69%-
XYZ6.298.2111.15-
YUV74.29137.43104.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.64%
GREEN value IS 88 (34.77% from 255) = 40%
BLUE value IS 91 (35.94% from 255) = 41.36%
R=18.64%
G=40%
B=41.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4188910.550.0300.64183.637.8825.88
Hex29585B373040b8261a
Octal5113013367301002704632
Binary1010011011000101101111011111010000001011100010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29585B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #29585B;
 }
 .AnyTagClassName
 {
   color: #29585B;
 }
</style>
background-color css

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

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

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

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

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

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