#475552

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

Shades of Dark Slate #475552

Tints of Dark Slate #475552

Color information

#475552 (or 0x475552) is unknown color: approx Dark Slate. HEX triplet: 47, 55 and 52. RGB value is (71,85,82). Sum of RGB (Red+Green+Blue) = 71+85+82=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 85 - color contains mainly: green. Hex color #475552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475552 is #B8AAAD. Grayscale: #505050. Windows color (decimal): -12102318 or 5395783. OLE color: 5395783.

HSL color Cylindrical-coordinate representation of color #475552: hue angle of 167.14º 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 #475552 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB718582-
CMYK0.1600.040.67
HSL167.14º8.97%30.59%-
HSV(B)167.14º16.47%33.33%-
XYZ7.378.459.22-
YUV80.47128.86121.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.83%
GREEN value IS 85 (33.59% from 255) = 35.71%
BLUE value IS 82 (32.42% from 255) = 34.45%
R=29.83%
G=35.71%
B=34.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7185820.1600.040.67167.148.9730.59
Hex475552100443a791f
Octal10712512220041032471137
Binary100011110101011010010100000100100001110100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475552; }

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

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

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

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

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

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

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

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