#475656

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

Shades of Dark Slate #475656

Tints of Dark Slate #475656

Color information

#475656 (or 0x475656) is unknown color: approx Dark Slate. HEX triplet: 47, 56 and 56. RGB value is (71,86,86). Sum of RGB (Red+Green+Blue) = 71+86+86=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 86 (33.98% from 255 or 35.39% from 243); Max value from RGB is 86 - color contains mainly: green, blue. Hex color #475656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475656 is #B8A9A9. Grayscale: #515151. Windows color (decimal): -12102058 or 5658183. OLE color: 5658183.

HSL color Cylindrical-coordinate representation of color #475656: hue angle of 180º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #475656 is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB718686-
CMYK0.17000.66
HSL180º9.55%30.78%-
HSV(B)180º17.44%33.73%-
XYZ7.618.6710.08-
YUV81.52130.53120.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.22%
GREEN value IS 86 (33.98% from 255) = 35.39%
BLUE value IS 86 (33.98% from 255) = 35.39%
R=29.22%
G=35.39%
B=35.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7186860.17000.661809.5530.78
Hex475656110042b4a1f
Octal10712612621001022641237
Binary1000111101011010101101000100100001010110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475656; }

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

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

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

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

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

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

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

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