#445253

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

Shades of Dark Slate #445253

Tints of Dark Slate #445253

Color information

#445253 (or 0x445253) is unknown color: approx Dark Slate. HEX triplet: 44, 52 and 53. RGB value is (68,82,83). Sum of RGB (Red+Green+Blue) = 68+82+83=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 83 - color contains mainly: blue. Hex color #445253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445253 is #BBADAC. Grayscale: #4D4D4D. Windows color (decimal): -12299693 or 5460548. OLE color: 5460548.

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

Color convert

RGB688283-
CMYK0.180.0100.67
HSL184º9.93%29.61%-
HSV(B)184º18.07%32.55%-
XYZ6.967.899.34-
YUV77.93130.86120.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.18%
GREEN value IS 82 (32.42% from 255) = 35.19%
BLUE value IS 83 (32.81% from 255) = 35.62%
R=29.18%
G=35.19%
B=35.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6882830.180.0100.671849.9329.61
Hex445253121043b8a1e
Octal10412212322101032701236
Binary1000100101001010100111001010100001110111000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445253; }

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

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

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

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

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

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

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

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