#445858

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

Shades of Dark Slate #445858

Tints of Dark Slate #445858

Color information

#445858 (or 0x445858) is unknown color: approx Dark Slate. HEX triplet: 44, 58 and 58. RGB value is (68,88,88). Sum of RGB (Red+Green+Blue) = 68+88+88=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 88 (34.77% from 255 or 36.07% from 244); Max value from RGB is 88 - color contains mainly: green, blue. Hex color #445858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445858 is #BBA7A7. Grayscale: #525252. Windows color (decimal): -12298152 or 5789764. OLE color: 5789764.

HSL color Cylindrical-coordinate representation of color #445858: 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.23%. Process color model (Four color, CMYK) of #445858 is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB688888-
CMYK0.23000.65
HSL180º12.82%30.59%-
HSV(B)180º22.73%34.51%-
XYZ7.648.9110.55-
YUV82.02131.37118-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.87%
GREEN value IS 88 (34.77% from 255) = 36.07%
BLUE value IS 88 (34.77% from 255) = 36.07%
R=27.87%
G=36.07%
B=36.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6888880.23000.6518012.8230.59
Hex445858170041b4d1f
Octal10413013027001012641537
Binary1000100101100010110001011100100000110110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445858; }

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

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

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

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

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

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

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

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