Html Css Color HEX #29565C Dark Slate Grey

📋 copy color: '#29565C'

red 41 ◦ green 86 ◦ blue 92

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

Shades of Dark Slate Grey #29565C

Tints of Dark Slate Grey #29565C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 39.27%

 BLUE value IS 92 (36.33% from 255) = 42.01%

R = 18.72%
G = 39.27%
B = 42.01%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#29565C (or 0x29565C) is known color: Dark Slate Grey. HEX triplet: 29, 56 and 5C. RGB value is (41,86,92). Sum of RGB (Red+Green+Blue) = 41+86+92=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 86 (33.98% from 255 or 39.27% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 92 - color contains mainly: blue. Hex color #29565C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29565C is #D6A9A3. Grayscale: #494949. Windows color (decimal): -14068132 or 6051369. OLE color: 6051369.

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

Color convert

RGB 41 86 92 -
CMYK 0.55 0.07 0 0.64
HSL 187.06º 0.38% 0.26% -
HSV(B) 187.06º 0.55% 0.36% -
XYZ 6.17 7.9 11.32 -
YUV 73.23 138.59 105.01 -
System Red Green Blue C M Y K H S L
Decimal 41 86 92 0.55 0.07 0 0.64 187.06 0.38 0.26
Hex 29 56 5C 37 7 0 40 BB 26 1A
Octal 51 126 134 67 7 0 100 273 46 32
Binary 101001 1010110 1011100 110111 111 0 1000000 10111011 100110 11010

Color Harmonies of #29565C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29565C

Black with #29565C

Text Example


Text Example

White with #29565C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29565C; }

 p { color: rgb(41,86,92); }

 H1.HeaderClassName
 {
   color: #29565C;
 }
 .AnyTagClassName
 {
   color: #29565C;
 }
</style>

background-color css

<style>
 a { background-color: #29565C; }

 a { background-color: rgb(41,86,92); }

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

border-color css

<style>
 span { border-color: #29565C; }

 span { border-color: rgb(41,86,92); }

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