#445455

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

Shades of Dark Slate #445455

Tints of Dark Slate #445455

Color information

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

HSL color Cylindrical-coordinate representation of color #445455: hue angle of 183.53º 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 #445455 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB688485-
CMYK0.200.0100.67
HSL183.53º11.11%30%-
HSV(B)183.53º20%33.33%-
XYZ7.198.239.8-
YUV79.33131.2119.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6884850.200.0100.67183.5311.1130
Hex445455141043b8b1e
Octal10412412524101032701336
Binary1000100101010010101011010010100001110111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445455; }

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

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

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

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

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

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

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

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