#445755

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

Shades of Dark Slate #445755

Tints of Dark Slate #445755

Color information

#445755 (or 0x445755) is unknown color: approx Dark Slate. HEX triplet: 44, 57 and 55. RGB value is (68,87,85). Sum of RGB (Red+Green+Blue) = 68+87+85=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 87 - color contains mainly: green. Hex color #445755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445755 is #BBA8AA. Grayscale: #515151. Windows color (decimal): -12298411 or 5592900. OLE color: 5592900.

HSL color Cylindrical-coordinate representation of color #445755: hue angle of 173.68º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #445755 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB688785-
CMYK0.2200.020.66
HSL173.68º12.26%30.39%-
HSV(B)173.68º21.84%34.12%-
XYZ7.438.79.88-
YUV81.09130.21118.66-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.33%
GREEN value IS 87 (34.38% from 255) = 36.25%
BLUE value IS 85 (33.59% from 255) = 35.42%
R=28.33%
G=36.25%
B=35.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6887850.2200.020.66173.6812.2630.39
Hex445755160242aec1e
Octal10412712526021022561436
Binary10001001010111101010110110010100001010101110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445755; }

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

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

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

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

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

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

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

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