#29585D

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

Shades of Dark Slate Grey #29585D

Tints of Dark Slate Grey #29585D

Color information

#29585D (or 0x29585D) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 58 and 5D. RGB value is (41,88,93). Sum of RGB (Red+Green+Blue) = 41+88+93=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 93 - color contains mainly: blue. Hex color #29585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29585D is #D6A7A2. Grayscale: #4A4A4A. Windows color (decimal): -14067619 or 6117417. OLE color: 6117417.

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

Color convert

RGB418893-
CMYK0.560.0500.64
HSL185.77º38.81%26.27%-
HSV(B)185.77º55.91%36.47%-
XYZ6.388.2411.61-
YUV74.52138.43104.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.47%
GREEN value IS 88 (34.77% from 255) = 39.64%
BLUE value IS 93 (36.72% from 255) = 41.89%
R=18.47%
G=39.64%
B=41.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4188930.560.0500.64185.7738.8126.27
Hex29585D385040ba271a
Octal5113013570501002724732
Binary10100110110001011101111000101010000001011101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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