Html Css Color HEX #445959 Dark Slate

📋 copy color: '#445959'

red 68 ◦ green 89 ◦ blue 89

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

Shades of Dark Slate #445959

Tints of Dark Slate #445959

RGB

 RED value IS 68 (26.95% from 255) = 27.64%

 GREEN value IS 89 (35.16% from 255) = 36.18%

 BLUE value IS 89 (35.16% from 255) = 36.18%

R = 27.64%
G = 36.18%
B = 36.18%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#445959 (or 0x445959) is known color: Dark Slate. HEX triplet: 44, 59 and 59. RGB value is (68,89,89). Sum of RGB (Red+Green+Blue) = 68+89+89=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 89 - color contains mainly: green, blue. Hex color #445959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445959 is #BBA6A6. Grayscale: #525252. Windows color (decimal): -12297895 or 5855556. OLE color: 5855556.

HSL color Cylindrical-coordinate representation of color #445959: hue angle of 180º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #445959 is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 89 89 -
CMYK 0.24 0 0 0.65
HSL 180º 0.13% 0.31% -
HSV(B) 180º 0.24% 0.35% -
XYZ 7.76 9.09 10.8 -
YUV 82.72 131.54 117.5 -
System Red Green Blue C M Y K H S L
Decimal 68 89 89 0.24 0 0 0.65 180 0.13 0.31
Hex 44 59 59 18 0 0 41 B4 D 1F
Octal 104 131 131 30 0 0 101 264 15 37
Binary 1000100 1011001 1011001 11000 0 0 1000001 10110100 1101 11111

Color Harmonies of #445959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445959

Black with #445959

Text Example


Text Example

White with #445959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445959; }

 p { color: rgb(68,89,89); }

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

background-color css

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

 a { background-color: rgb(68,89,89); }

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

border-color css

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

 span { border-color: rgb(68,89,89); }

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