#29585A

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

Shades of Dark Slate Grey #29585A

Tints of Dark Slate Grey #29585A

Color information

#29585A (or 0x29585A) is unknown color: approx 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

RGB418890-
CMYK0.540.0200.65
HSL182.45º37.4%25.69%-
HSV(B)182.45º54.44%35.29%-
XYZ6.258.1910.92-
YUV74.18136.93104.34-

RGB Variations

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

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.10%
R=18.72%
G=40.18%
B=41.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4188900.540.0200.65182.4537.425.69
Hex29585A362041b6251a
Octal5113013266201012664532
Binary1010011011000101101011011010010000011011011010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>