#405552

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

Shades of Dark Slate #405552

Tints of Dark Slate #405552

Color information

#405552 (or 0x405552) is unknown color: approx Dark Slate. HEX triplet: 40, 55 and 52. RGB value is (64,85,82). Sum of RGB (Red+Green+Blue) = 64+85+82=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 85 - color contains mainly: green. Hex color #405552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405552 is #BFAAAD. Grayscale: #4E4E4E. Windows color (decimal): -12561070 or 5395776. OLE color: 5395776.

HSL color Cylindrical-coordinate representation of color #405552: hue angle of 171.43º 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 #405552 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB648582-
CMYK0.2500.040.67
HSL171.43º14.09%29.22%-
HSV(B)171.43º24.71%33.33%-
XYZ6.898.29.2-
YUV78.38130.04117.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.71%
GREEN value IS 85 (33.59% from 255) = 36.80%
BLUE value IS 82 (32.42% from 255) = 35.50%
R=27.71%
G=36.80%
B=35.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6485820.2500.040.67171.4314.0929.22
Hex405552190443abe1d
Octal10012512231041032531635
Binary100000010101011010010110010100100001110101011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405552; }

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

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

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

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

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

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

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

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