#475956

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

Shades of Dark Slate #475956

Tints of Dark Slate #475956

Color information

#475956 (or 0x475956) is unknown color: approx Dark Slate. HEX triplet: 47, 59 and 56. RGB value is (71,89,86). Sum of RGB (Red+Green+Blue) = 71+89+86=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 89 - color contains mainly: green. Hex color #475956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475956 is #B8A6A9. Grayscale: #535353. Windows color (decimal): -12101290 or 5658951. OLE color: 5658951.

HSL color Cylindrical-coordinate representation of color #475956: hue angle of 170º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #475956 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB718986-
CMYK0.2000.030.65
HSL170º11.25%31.37%-
HSV(B)170º20.22%34.9%-
XYZ7.859.1610.16-
YUV83.28129.54119.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.86%
GREEN value IS 89 (35.16% from 255) = 36.18%
BLUE value IS 86 (33.98% from 255) = 34.96%
R=28.86%
G=36.18%
B=34.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7189860.2000.030.6517011.2531.37
Hex475956140341aab1f
Octal10713112624031012521337
Binary10001111011001101011010100011100000110101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475956; }

 p { color: rgb(71,89,86); }

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

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

 a { background-color: rgb(71,89,86); }

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

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

 span { border-color: rgb(71,89,86); }

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