#405652

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

Shades of Dark Slate #405652

Tints of Dark Slate #405652

Color information

#405652 (or 0x405652) is unknown color: approx Dark Slate. HEX triplet: 40, 56 and 52. RGB value is (64,86,82). Sum of RGB (Red+Green+Blue) = 64+86+82=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 86 - color contains mainly: green. Hex color #405652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405652 is #BFA9AD. Grayscale: #4E4E4E. Windows color (decimal): -12560814 or 5396032. OLE color: 5396032.

HSL color Cylindrical-coordinate representation of color #405652: hue angle of 169.09º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #405652 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB648682-
CMYK0.2600.050.66
HSL169.09º14.67%29.41%-
HSV(B)169.09º25.58%33.73%-
XYZ6.978.359.23-
YUV78.97129.71117.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.59%
GREEN value IS 86 (33.98% from 255) = 37.07%
BLUE value IS 82 (32.42% from 255) = 35.34%
R=27.59%
G=37.07%
B=35.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6486820.2600.050.66169.0914.6729.41
Hex4056521A0542a9f1d
Octal10012612232051022511735
Binary100000010101101010010110100101100001010101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405652; }

 p { color: rgb(64,86,82); }

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

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

 a { background-color: rgb(64,86,82); }

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

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

 span { border-color: rgb(64,86,82); }

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