#405251

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

Shades of Dark Slate #405251

Tints of Dark Slate #405251

Color information

#405251 (or 0x405251) is unknown color: approx Dark Slate. HEX triplet: 40, 52 and 51. RGB value is (64,82,81). Sum of RGB (Red+Green+Blue) = 64+82+81=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 82 - color contains mainly: green. Hex color #405251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405251 is #BFADAE. Grayscale: #4C4C4C. Windows color (decimal): -12561839 or 5329472. OLE color: 5329472.

HSL color Cylindrical-coordinate representation of color #405251: hue angle of 176.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #405251 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB648281-
CMYK0.2200.010.68
HSL176.67º12.33%28.63%-
HSV(B)176.67º21.95%32.16%-
XYZ6.627.728.93-
YUV76.5130.54119.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.19%
GREEN value IS 82 (32.42% from 255) = 36.12%
BLUE value IS 81 (32.03% from 255) = 35.68%
R=28.19%
G=36.12%
B=35.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6482810.2200.010.68176.6712.3328.63
Hex405251160144b1c1d
Octal10012212126011042611435
Binary1000000101001010100011011001100010010110001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405251; }

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

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

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

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

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

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

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

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