#475553

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

Shades of Dark Slate #475553

Tints of Dark Slate #475553

Color information

#475553 (or 0x475553) is unknown color: approx Dark Slate. HEX triplet: 47, 55 and 53. RGB value is (71,85,83). Sum of RGB (Red+Green+Blue) = 71+85+83=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 85 - color contains mainly: green. Hex color #475553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475553 is #B8AAAC. Grayscale: #505050. Windows color (decimal): -12102317 or 5461319. OLE color: 5461319.

HSL color Cylindrical-coordinate representation of color #475553: hue angle of 171.43º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #475553 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB718583-
CMYK0.1600.020.67
HSL171.43º8.97%30.59%-
HSV(B)171.43º16.47%33.33%-
XYZ7.418.469.43-
YUV80.59129.36121.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.71%
GREEN value IS 85 (33.59% from 255) = 35.56%
BLUE value IS 83 (32.81% from 255) = 34.73%
R=29.71%
G=35.56%
B=34.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7185830.1600.020.67171.438.9730.59
Hex475553100243ab91f
Octal10712512320021032531137
Binary10001111010101101001110000010100001110101011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475553; }

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

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

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

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

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

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

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

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