#405350

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

Shades of Dark Slate #405350

Tints of Dark Slate #405350

Color information

#405350 (or 0x405350) is unknown color: approx Dark Slate. HEX triplet: 40, 53 and 50. RGB value is (64,83,80). Sum of RGB (Red+Green+Blue) = 64+83+80=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 83 - color contains mainly: green. Hex color #405350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405350 is #BFACAF. Grayscale: #4C4C4C. Windows color (decimal): -12561584 or 5264192. OLE color: 5264192.

HSL color Cylindrical-coordinate representation of color #405350: hue angle of 170.53º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #405350 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB648380-
CMYK0.2300.040.67
HSL170.53º12.93%28.82%-
HSV(B)170.53º22.89%32.55%-
XYZ6.667.868.75-
YUV76.98129.71118.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.19%
GREEN value IS 83 (32.81% from 255) = 36.56%
BLUE value IS 80 (31.64% from 255) = 35.24%
R=28.19%
G=36.56%
B=35.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6483800.2300.040.67170.5312.9328.82
Hex405350170443abd1d
Octal10012312027041032531535
Binary100000010100111010000101110100100001110101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405350; }

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

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

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

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

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

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

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

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