#475958

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

Shades of Dark Slate #475958

Tints of Dark Slate #475958

Color information

#475958 (or 0x475958) is unknown color: approx Dark Slate. HEX triplet: 47, 59 and 58. RGB value is (71,89,88). Sum of RGB (Red+Green+Blue) = 71+89+88=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 89 - color contains mainly: green. Hex color #475958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475958 is #B8A6A7. Grayscale: #535353. Windows color (decimal): -12101288 or 5790023. OLE color: 5790023.

HSL color Cylindrical-coordinate representation of color #475958: hue angle of 176.67º 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 #475958 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB718988-
CMYK0.2000.010.65
HSL176.67º11.25%31.37%-
HSV(B)176.67º20.22%34.9%-
XYZ7.939.1910.59-
YUV83.5130.54119.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.63%
GREEN value IS 89 (35.16% from 255) = 35.89%
BLUE value IS 88 (34.77% from 255) = 35.48%
R=28.63%
G=35.89%
B=35.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7189880.2000.010.65176.6711.2531.37
Hex475958140141b1b1f
Octal10713113024011012611337
Binary1000111101100110110001010001100000110110001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475958; }

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

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

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

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

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

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

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

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