#405553

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

Shades of Dark Slate #405553

Tints of Dark Slate #405553

Color information

#405553 (or 0x405553) is unknown color: approx Dark Slate. HEX triplet: 40, 55 and 53. RGB value is (64,85,83). Sum of RGB (Red+Green+Blue) = 64+85+83=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 85 - color contains mainly: green. Hex color #405553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405553 is #BFAAAC. Grayscale: #4E4E4E. Windows color (decimal): -12561069 or 5461312. OLE color: 5461312.

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

Color convert

RGB648583-
CMYK0.2500.020.67
HSL174.29º14.09%29.22%-
HSV(B)174.29º24.71%33.33%-
XYZ6.928.219.4-
YUV78.49130.54117.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.59%
GREEN value IS 85 (33.59% from 255) = 36.64%
BLUE value IS 83 (32.81% from 255) = 35.78%
R=27.59%
G=36.64%
B=35.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6485830.2500.020.67174.2914.0929.22
Hex405553190243aee1d
Octal10012512331021032561635
Binary10000001010101101001111001010100001110101110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405553; }

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

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

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

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

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

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

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

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