#445552

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

Shades of Dark Slate #445552

Tints of Dark Slate #445552

Color information

#445552 (or 0x445552) is unknown color: approx Dark Slate. HEX triplet: 44, 55 and 52. RGB value is (68,85,82). Sum of RGB (Red+Green+Blue) = 68+85+82=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 85 - color contains mainly: green. Hex color #445552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445552 is #BBAAAD. Grayscale: #4F4F4F. Windows color (decimal): -12298926 or 5395780. OLE color: 5395780.

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

Color convert

RGB688582-
CMYK0.2000.040.67
HSL169.41º11.11%30%-
HSV(B)169.41º20%33.33%-
XYZ7.168.349.21-
YUV79.58129.37119.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.94%
GREEN value IS 85 (33.59% from 255) = 36.17%
BLUE value IS 82 (32.42% from 255) = 34.89%
R=28.94%
G=36.17%
B=34.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6885820.2000.040.67169.4111.1130
Hex445552140443a9b1e
Octal10412512224041032511336
Binary100010010101011010010101000100100001110101001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445552; }

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

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

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

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

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

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

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

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