#445655

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

Shades of Dark Slate #445655

Tints of Dark Slate #445655

Color information

#445655 (or 0x445655) is unknown color: approx Dark Slate. HEX triplet: 44, 56 and 55. RGB value is (68,86,85). Sum of RGB (Red+Green+Blue) = 68+86+85=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 86 - color contains mainly: green. Hex color #445655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445655 is #BBA9AA. Grayscale: #505050. Windows color (decimal): -12298667 or 5592644. OLE color: 5592644.

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

Color convert

RGB688685-
CMYK0.2100.010.66
HSL176.67º11.69%30.2%-
HSV(B)176.67º20.93%33.73%-
XYZ7.358.549.86-
YUV80.5130.54119.08-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.45%
GREEN value IS 86 (33.98% from 255) = 35.98%
BLUE value IS 85 (33.59% from 255) = 35.56%
R=28.45%
G=35.98%
B=35.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6886850.2100.010.66176.6711.6930.2
Hex445655150142b1c1e
Octal10412612525011022611436
Binary1000100101011010101011010101100001010110001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445655; }

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

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

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

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

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

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

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

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