#405D5A

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

Shades of Dark Slate #405D5A

Tints of Dark Slate #405D5A

Color information

#405D5A (or 0x405D5A) is unknown color: approx Dark Slate. HEX triplet: 40, 5D and 5A. RGB value is (64,93,90). Sum of RGB (Red+Green+Blue) = 64+93+90=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 93 - color contains mainly: green. Hex color #405D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405D5A is #BFA2A5. Grayscale: #535353. Windows color (decimal): -12559014 or 5922112. OLE color: 5922112.

HSL color Cylindrical-coordinate representation of color #405D5A: hue angle of 173.79º 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 #405D5A is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB649390-
CMYK0.3100.030.64
HSL173.79º18.47%30.78%-
HSV(B)173.79º31.18%36.47%-
XYZ7.879.6611.12-
YUV83.99131.39113.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.91%
GREEN value IS 93 (36.72% from 255) = 37.65%
BLUE value IS 90 (35.55% from 255) = 36.44%
R=25.91%
G=37.65%
B=36.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6493900.3100.030.64173.7918.4730.78
Hex405D5A1F0340ae121f
Octal10013513237031002562237
Binary100000010111011011010111110111000000101011101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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