#445959

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

Shades of Dark Slate #445959

Tints of Dark Slate #445959

Color information

#445959 (or 0x445959) is unknown color: approx 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

RGB688989-
CMYK0.24000.65
HSL180º13.38%30.78%-
HSV(B)180º23.6%34.9%-
XYZ7.769.0910.8-
YUV82.72131.54117.5-

RGB Variations

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

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 (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6889890.24000.6518013.3830.78
Hex445959180041b4d1f
Octal10413113130001012641537
Binary1000100101100110110011100000100000110110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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