#445051

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

Shades of Dark Slate #445051

Tints of Dark Slate #445051

Color information

#445051 (or 0x445051) is unknown color: approx Dark Slate. HEX triplet: 44, 50 and 51. RGB value is (68,80,81). Sum of RGB (Red+Green+Blue) = 68+80+81=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 81 - color contains mainly: blue. Hex color #445051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445051 is #BBAFAE. Grayscale: #4C4C4C. Windows color (decimal): -12300207 or 5328964. OLE color: 5328964.

HSL color Cylindrical-coordinate representation of color #445051: hue angle of 184.62º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #445051 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB688081-
CMYK0.160.0100.68
HSL184.62º8.72%29.22%-
HSV(B)184.62º16.05%31.76%-
XYZ6.747.568.89-
YUV76.53130.52121.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.69%
GREEN value IS 80 (31.64% from 255) = 34.93%
BLUE value IS 81 (32.03% from 255) = 35.37%
R=29.69%
G=34.93%
B=35.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6880810.160.0100.68184.628.7229.22
Hex445051101044b991d
Octal10412012120101042711135
Binary1000100101000010100011000010100010010111001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445051; }

 p { color: rgb(68,80,81); }

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

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

 a { background-color: rgb(68,80,81); }

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

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

 span { border-color: rgb(68,80,81); }

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