#445C59

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

Shades of Dark Slate #445C59

Tints of Dark Slate #445C59

Color information

#445C59 (or 0x445C59) is unknown color: approx Dark Slate. HEX triplet: 44, 5C and 59. RGB value is (68,92,89). Sum of RGB (Red+Green+Blue) = 68+92+89=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 92 - color contains mainly: green. Hex color #445C59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445C59 is #BBA3A6. Grayscale: #545454. Windows color (decimal): -12297127 or 5856324. OLE color: 5856324.

HSL color Cylindrical-coordinate representation of color #445C59: hue angle of 172.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #445C59 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB689289-
CMYK0.2600.030.64
HSL172.5º15%31.37%-
HSV(B)172.5º26.09%36.08%-
XYZ8.019.610.88-
YUV84.48130.55116.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.31%
GREEN value IS 92 (36.33% from 255) = 36.95%
BLUE value IS 89 (35.16% from 255) = 35.74%
R=27.31%
G=36.95%
B=35.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6892890.2600.030.64172.51531.37
Hex445C591A0340acf1f
Octal10413413132031002541737
Binary10001001011100101100111010011100000010101100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445C59; }

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

 H1.HeaderClassName
 {
   color: #445C59;
 }
 .AnyTagClassName
 {
   color: #445C59;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #445C59;
 }
 .BgClassName
 {
   background-color: #445C59;
 }
</style>
border-color css

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

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

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