#405853

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

Shades of Dark Slate #405853

Tints of Dark Slate #405853

Color information

#405853 (or 0x405853) is unknown color: approx Dark Slate. HEX triplet: 40, 58 and 53. RGB value is (64,88,83). Sum of RGB (Red+Green+Blue) = 64+88+83=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 83 (32.81% from 255 or 35.32% from 235); Max value from RGB is 88 - color contains mainly: green. Hex color #405853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405853 is #BFA7AC. Grayscale: #505050. Windows color (decimal): -12560301 or 5462080. OLE color: 5462080.

HSL color Cylindrical-coordinate representation of color #405853: hue angle of 167.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #405853 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB648883-
CMYK0.2700.060.65
HSL167.5º15.79%29.8%-
HSV(B)167.5º27.27%34.51%-
XYZ7.178.699.48-
YUV80.25129.55116.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.23%
GREEN value IS 88 (34.77% from 255) = 37.45%
BLUE value IS 83 (32.81% from 255) = 35.32%
R=27.23%
G=37.45%
B=35.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6488830.2700.060.65167.515.7929.8
Hex4058531B0641a8101e
Octal10013012333061012502036
Binary1000000101100010100111101101101000001101010001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405853; }

 p { color: rgb(64,88,83); }

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

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

 a { background-color: rgb(64,88,83); }

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

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

 span { border-color: rgb(64,88,83); }

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