Html Css Color HEX #29565B Dark Slate Grey

📋 copy color: '#29565B'

red 41 ◦ green 86 ◦ blue 91

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

Shades of Dark Slate Grey #29565B

Tints of Dark Slate Grey #29565B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 41.74%

R = 18.81%
G = 39.45%
B = 41.74%

CMYK

 C value IS 0.55

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#29565B (or 0x29565B) is known color: Dark Slate Grey. HEX triplet: 29, 56 and 5B. RGB value is (41,86,91). Sum of RGB (Red+Green+Blue) = 41+86+91=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 86 (33.98% from 255 or 39.45% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 91 - color contains mainly: blue. Hex color #29565B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29565B is #D6A9A4. Grayscale: #494949. Windows color (decimal): -14068133 or 5985833. OLE color: 5985833.

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

Color convert

RGB 41 86 91 -
CMYK 0.55 0.05 0 0.64
HSL 186º 0.38% 0.26% -
HSV(B) 186º 0.55% 0.36% -
XYZ 6.13 7.88 11.1 -
YUV 73.12 138.09 105.09 -
System Red Green Blue C M Y K H S L
Decimal 41 86 91 0.55 0.05 0 0.64 186 0.38 0.26
Hex 29 56 5B 37 5 0 40 BA 26 1A
Octal 51 126 133 67 5 0 100 272 46 32
Binary 101001 1010110 1011011 110111 101 0 1000000 10111010 100110 11010

Color Harmonies of #29565B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29565B

Black with #29565B

Text Example


Text Example

White with #29565B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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