#405752

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

Shades of Dark Slate #405752

Tints of Dark Slate #405752

Color information

#405752 (or 0x405752) is unknown color: approx Dark Slate. HEX triplet: 40, 57 and 52. RGB value is (64,87,82). Sum of RGB (Red+Green+Blue) = 64+87+82=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 87 - color contains mainly: green. Hex color #405752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405752 is #BFA8AD. Grayscale: #4F4F4F. Windows color (decimal): -12560558 or 5396288. OLE color: 5396288.

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

Color convert

RGB648782-
CMYK0.2600.060.66
HSL166.96º15.23%29.61%-
HSV(B)166.96º26.44%34.12%-
XYZ7.058.529.25-
YUV79.55129.38116.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.47%
GREEN value IS 87 (34.38% from 255) = 37.34%
BLUE value IS 82 (32.42% from 255) = 35.19%
R=27.47%
G=37.34%
B=35.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6487820.2600.060.66166.9615.2329.61
Hex4057521A0642a7f1e
Octal10012712232061022471736
Binary100000010101111010010110100110100001010100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405752; }

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

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

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

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

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

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

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

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