#475856

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

Shades of Dark Slate #475856

Tints of Dark Slate #475856

Color information

#475856 (or 0x475856) is unknown color: approx Dark Slate. HEX triplet: 47, 58 and 56. RGB value is (71,88,86). Sum of RGB (Red+Green+Blue) = 71+88+86=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 88 - color contains mainly: green. Hex color #475856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475856 is #B8A7A9. Grayscale: #525252. Windows color (decimal): -12101546 or 5658695. OLE color: 5658695.

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

Color convert

RGB718886-
CMYK0.1900.020.65
HSL172.94º10.69%31.18%-
HSV(B)172.94º19.32%34.51%-
XYZ7.778.9910.13-
YUV82.69129.87119.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.98%
GREEN value IS 88 (34.77% from 255) = 35.92%
BLUE value IS 86 (33.98% from 255) = 35.10%
R=28.98%
G=35.92%
B=35.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7188860.1900.020.65172.9410.6931.18
Hex475856130241adb1f
Octal10713012623021012551337
Binary10001111011000101011010011010100000110101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475856; }

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

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

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

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

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

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

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

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