#405D59

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

Shades of Dark Slate #405D59

Tints of Dark Slate #405D59

Color information

#405D59 (or 0x405D59) is unknown color: approx Dark Slate. HEX triplet: 40, 5D and 59. RGB value is (64,93,89). Sum of RGB (Red+Green+Blue) = 64+93+89=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 93 - color contains mainly: green. Hex color #405D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405D59 is #BFA2A6. Grayscale: #535353. Windows color (decimal): -12559015 or 5856576. OLE color: 5856576.

HSL color Cylindrical-coordinate representation of color #405D59: hue angle of 171.72º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #405D59 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB649389-
CMYK0.3100.040.64
HSL171.72º18.47%30.78%-
HSV(B)171.72º31.18%36.47%-
XYZ7.839.6410.9-
YUV83.87130.89113.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.02%
GREEN value IS 93 (36.72% from 255) = 37.80%
BLUE value IS 89 (35.16% from 255) = 36.18%
R=26.02%
G=37.80%
B=36.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6493890.3100.040.64171.7218.4730.78
Hex405D591F0440ac121f
Octal10013513137041002542237
Binary1000000101110110110011111101001000000101011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405D59; }

 p { color: rgb(64,93,89); }

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

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

 a { background-color: rgb(64,93,89); }

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

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

 span { border-color: rgb(64,93,89); }

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