#475753

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

Shades of Dark Slate #475753

Tints of Dark Slate #475753

Color information

#475753 (or 0x475753) is unknown color: approx Dark Slate. HEX triplet: 47, 57 and 53. RGB value is (71,87,83). Sum of RGB (Red+Green+Blue) = 71+87+83=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 83 (32.81% from 255 or 34.44% from 241); Max value from RGB is 87 - color contains mainly: green. Hex color #475753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475753 is #B8A8AC. Grayscale: #515151. Windows color (decimal): -12101805 or 5461831. OLE color: 5461831.

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

Color convert

RGB718783-
CMYK0.1800.050.66
HSL165º10.13%30.98%-
HSV(B)165º18.39%34.12%-
XYZ7.578.789.48-
YUV81.76128.7120.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.46%
GREEN value IS 87 (34.38% from 255) = 36.10%
BLUE value IS 83 (32.81% from 255) = 34.44%
R=29.46%
G=36.10%
B=34.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7187830.1800.050.6616510.1330.98
Hex475753120542a5a1f
Octal10712712322051022451237
Binary100011110101111010011100100101100001010100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475753; }

 p { color: rgb(71,87,83); }

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

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

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

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

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

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

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