#445857

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

Shades of Dark Slate #445857

Tints of Dark Slate #445857

Color information

#445857 (or 0x445857) is unknown color: approx Dark Slate. HEX triplet: 44, 58 and 57. RGB value is (68,88,87). Sum of RGB (Red+Green+Blue) = 68+88+87=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 87 (34.38% from 255 or 35.80% from 243); Max value from RGB is 88 - color contains mainly: green. Hex color #445857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445857 is #BBA7A8. Grayscale: #515151. Windows color (decimal): -12298153 or 5724228. OLE color: 5724228.

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

Color convert

RGB688887-
CMYK0.2300.010.65
HSL177º12.82%30.59%-
HSV(B)177º22.73%34.51%-
XYZ7.598.910.33-
YUV81.91130.87118.08-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.98%
GREEN value IS 88 (34.77% from 255) = 36.21%
BLUE value IS 87 (34.38% from 255) = 35.80%
R=27.98%
G=36.21%
B=35.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6888870.2300.010.6517712.8230.59
Hex445857170141b1d1f
Octal10413012727011012611537
Binary1000100101100010101111011101100000110110001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445857; }

 p { color: rgb(68,88,87); }

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

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

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

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

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

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

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