#475A59

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

Shades of Dark Slate #475A59

Tints of Dark Slate #475A59

Color information

#475A59 (or 0x475A59) is unknown color: approx Dark Slate. HEX triplet: 47, 5A and 59. RGB value is (71,90,89). Sum of RGB (Red+Green+Blue) = 71+90+89=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 90 - color contains mainly: green. Hex color #475A59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475A59 is #B8A5A6. Grayscale: #545454. Windows color (decimal): -12101031 or 5855815. OLE color: 5855815.

HSL color Cylindrical-coordinate representation of color #475A59: hue angle of 176.84º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #475A59 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB719089-
CMYK0.2100.010.65
HSL176.84º11.8%31.57%-
HSV(B)176.84º21.11%35.29%-
XYZ8.069.3710.84-
YUV84.2130.71118.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.4%
GREEN value IS 90 (35.55% from 255) = 36%
BLUE value IS 89 (35.16% from 255) = 35.6%
R=28.4%
G=36%
B=35.6%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7190890.2100.010.65176.8411.831.57
Hex475A59150141b1c20
Octal10713213125011012611440
Binary10001111011010101100110101011000001101100011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475A59; }

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

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

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

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

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

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

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

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