#445E5D

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

Shades of Dark Slate #445E5D

Tints of Dark Slate #445E5D

Color information

#445E5D (or 0x445E5D) is unknown color: approx Dark Slate. HEX triplet: 44, 5E and 5D. RGB value is (68,94,93). Sum of RGB (Red+Green+Blue) = 68+94+93=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 94 - color contains mainly: green. Hex color #445E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445E5D is #BBA1A2. Grayscale: #565656. Windows color (decimal): -12296611 or 6118980. OLE color: 6118980.

HSL color Cylindrical-coordinate representation of color #445E5D: hue angle of 177.69º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #445E5D is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.63.

Color convert

RGB689493-
CMYK0.2800.010.63
HSL177.69º16.05%31.76%-
HSV(B)177.69º27.66%36.86%-
XYZ8.3610.0211.85-
YUV86.11131.89115.08-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.67%
GREEN value IS 94 (37.11% from 255) = 36.86%
BLUE value IS 93 (36.72% from 255) = 36.47%
R=26.67%
G=36.86%
B=36.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6894930.2800.010.63177.6916.0531.76
Hex445E5D1C013Fb21020
Octal1041361353401772622040
Binary10001001011110101110111100011111111011001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,94,93); }

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

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

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

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

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

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

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