#445554

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

Shades of Dark Slate #445554

Tints of Dark Slate #445554

Color information

#445554 (or 0x445554) is unknown color: approx Dark Slate. HEX triplet: 44, 55 and 54. RGB value is (68,85,84). Sum of RGB (Red+Green+Blue) = 68+85+84=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 85 - color contains mainly: green. Hex color #445554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445554 is #BBAAAB. Grayscale: #4F4F4F. Windows color (decimal): -12298924 or 5526852. OLE color: 5526852.

HSL color Cylindrical-coordinate representation of color #445554: hue angle of 176.47º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #445554 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB688584-
CMYK0.2000.010.67
HSL176.47º11.11%30%-
HSV(B)176.47º20%33.33%-
XYZ7.238.379.62-
YUV79.8130.37119.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.69%
GREEN value IS 85 (33.59% from 255) = 35.86%
BLUE value IS 84 (33.20% from 255) = 35.44%
R=28.69%
G=35.86%
B=35.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6885840.2000.010.67176.4711.1130
Hex445554140143b0b1e
Octal10412512424011032601336
Binary1000100101010110101001010001100001110110000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445554; }

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

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

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

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

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

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

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

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