#475353

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

Shades of Dark Slate #475353

Tints of Dark Slate #475353

Color information

#475353 (or 0x475353) is unknown color: approx Dark Slate. HEX triplet: 47, 53 and 53. RGB value is (71,83,83). Sum of RGB (Red+Green+Blue) = 71+83+83=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #475353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475353 is #B8ACAC. Grayscale: #4F4F4F. Windows color (decimal): -12102829 or 5460807. OLE color: 5460807.

HSL color Cylindrical-coordinate representation of color #475353: hue angle of 180º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #475353 is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB718383-
CMYK0.14000.67
HSL180º7.79%30.2%-
HSV(B)180º14.46%32.55%-
XYZ7.258.159.37-
YUV79.41130.02122-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.96%
GREEN value IS 83 (32.81% from 255) = 35.02%
BLUE value IS 83 (32.81% from 255) = 35.02%
R=29.96%
G=35.02%
B=35.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7183830.14000.671807.7930.2
Hex475353E0043b481e
Octal10712312316001032641036
Binary100011110100111010011111000100001110110100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475353; }

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

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

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

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

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

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

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

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