#40605B

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

Shades of Dark Slate #40605B

Tints of Dark Slate #40605B

Color information

#40605B (or 0x40605B) is unknown color: approx Dark Slate. HEX triplet: 40, 60 and 5B. RGB value is (64,96,91). Sum of RGB (Red+Green+Blue) = 64+96+91=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 96 - color contains mainly: green. Hex color #40605B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40605B is #BF9FA4. Grayscale: #555555. Windows color (decimal): -12558245 or 5988416. OLE color: 5988416.

HSL color Cylindrical-coordinate representation of color #40605B: hue angle of 170.62º 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 #40605B is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB649691-
CMYK0.3300.050.62
HSL170.62º20%31.37%-
HSV(B)170.62º33.33%37.65%-
XYZ8.1910.2111.44-
YUV85.86130.9112.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.50%
GREEN value IS 96 (37.89% from 255) = 38.25%
BLUE value IS 91 (35.94% from 255) = 36.25%
R=25.50%
G=38.25%
B=36.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6496910.3300.050.62170.622031.37
Hex40605B21053Eab141f
Octal1001401334105762532437
Binary1000000110000010110111000010101111110101010111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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