#44605D

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

Shades of Dark Slate #44605D

Tints of Dark Slate #44605D

Color information

#44605D (or 0x44605D) is unknown color: approx Dark Slate. HEX triplet: 44, 60 and 5D. RGB value is (68,96,93). Sum of RGB (Red+Green+Blue) = 68+96+93=257 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.46% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 96 - color contains mainly: green. Hex color #44605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44605D is #BB9FA2. Grayscale: #575757. Windows color (decimal): -12296099 or 6119492. OLE color: 6119492.

HSL color Cylindrical-coordinate representation of color #44605D: hue angle of 173.57º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #44605D is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB689693-
CMYK0.2900.030.62
HSL173.57º17.07%32.16%-
HSV(B)173.57º29.17%37.65%-
XYZ8.5410.3911.91-
YUV87.29131.22114.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.46%
GREEN value IS 96 (37.89% from 255) = 37.35%
BLUE value IS 93 (36.72% from 255) = 36.19%
R=26.46%
G=37.35%
B=36.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6896930.2900.030.62173.5717.0732.16
Hex44605D1D033Eae1120
Octal1041401353503762562140
Binary100010011000001011101111010111111101010111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44605D; }

 p { color: rgb(68,96,93); }

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

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

 a { background-color: rgb(68,96,93); }

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

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

 span { border-color: rgb(68,96,93); }

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