#445652

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

Shades of Dark Slate #445652

Tints of Dark Slate #445652

Color information

#445652 (or 0x445652) is unknown color: approx Dark Slate. HEX triplet: 44, 56 and 52. RGB value is (68,86,82). Sum of RGB (Red+Green+Blue) = 68+86+82=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 86 - color contains mainly: green. Hex color #445652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445652 is #BBA9AD. Grayscale: #505050. Windows color (decimal): -12298670 or 5396036. OLE color: 5396036.

HSL color Cylindrical-coordinate representation of color #445652: hue angle of 166.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 #445652 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB688682-
CMYK0.2100.050.66
HSL166.67º11.69%30.2%-
HSV(B)166.67º20.93%33.73%-
XYZ7.238.499.24-
YUV80.16129.04119.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.81%
GREEN value IS 86 (33.98% from 255) = 36.44%
BLUE value IS 82 (32.42% from 255) = 34.75%
R=28.81%
G=36.44%
B=34.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6886820.2100.050.66166.6711.6930.2
Hex445652150542a7c1e
Octal10412612225051022471436
Binary100010010101101010010101010101100001010100111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445652; }

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

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

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

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

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

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

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

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