#445350

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

Shades of Dark Slate #445350

Tints of Dark Slate #445350

Color information

#445350 (or 0x445350) is unknown color: approx Dark Slate. HEX triplet: 44, 53 and 50. RGB value is (68,83,80). Sum of RGB (Red+Green+Blue) = 68+83+80=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 83 - color contains mainly: green. Hex color #445350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445350 is #BBACAF. Grayscale: #4E4E4E. Windows color (decimal): -12299440 or 5264196. OLE color: 5264196.

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

Color convert

RGB688380-
CMYK0.1800.040.67
HSL168º9.93%29.61%-
HSV(B)168º18.07%32.55%-
XYZ6.937.998.77-
YUV78.17129.03120.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.44%
GREEN value IS 83 (32.81% from 255) = 35.93%
BLUE value IS 80 (31.64% from 255) = 34.63%
R=29.44%
G=35.93%
B=34.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6883800.1800.040.671689.9329.61
Hex445350120443a8a1e
Octal10412312022041032501236
Binary100010010100111010000100100100100001110101000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445350; }

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

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

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

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

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

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

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

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