#40605C

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

Shades of Dark Slate #40605C

Tints of Dark Slate #40605C

Color information

#40605C (or 0x40605C) is unknown color: approx Dark Slate. HEX triplet: 40, 60 and 5C. RGB value is (64,96,92). Sum of RGB (Red+Green+Blue) = 64+96+92=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 96 - color contains mainly: green. Hex color #40605C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40605C is #BF9FA3. Grayscale: #555555. Windows color (decimal): -12558244 or 6053952. OLE color: 6053952.

HSL color Cylindrical-coordinate representation of color #40605C: hue angle of 172.5º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #40605C is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB649692-
CMYK0.3300.040.62
HSL172.5º20%31.37%-
HSV(B)172.5º33.33%37.65%-
XYZ8.2310.2311.67-
YUV85.98131.4112.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.40%
GREEN value IS 96 (37.89% from 255) = 38.10%
BLUE value IS 92 (36.33% from 255) = 36.51%
R=25.40%
G=38.10%
B=36.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6496920.3300.040.62172.52031.37
Hex40605C21043Eac141f
Octal1001401344104762542437
Binary1000000110000010111001000010100111110101011001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40605C; }

 p { color: rgb(64,96,92); }

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

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

 a { background-color: rgb(64,96,92); }

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

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

 span { border-color: rgb(64,96,92); }

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