#47555B

Color #47555B Trout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trout #47555B

Tints of Trout #47555B

Color information

#47555B (or 0x47555B) is unknown color: approx Trout. HEX triplet: 47, 55 and 5B. RGB value is (71,85,91). Sum of RGB (Red+Green+Blue) = 71+85+91=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 91 - color contains mainly: blue. Hex color #47555B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47555B is #B8AAA4. Grayscale: #515151. Windows color (decimal): -12102309 or 5985607. OLE color: 5985607.

HSL color Cylindrical-coordinate representation of color #47555B: hue angle of 198º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #47555B is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB718591-
CMYK0.220.0700.64
HSL198º12.35%31.76%-
HSV(B)198º21.98%35.69%-
XYZ7.748.5911.15-
YUV81.5133.36120.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.74%
GREEN value IS 85 (33.59% from 255) = 34.41%
BLUE value IS 91 (35.94% from 255) = 36.84%
R=28.74%
G=34.41%
B=36.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7185910.220.0700.6419812.3531.76
Hex47555B167040c6c20
Octal10712513326701003061440
Binary1000111101010110110111011011101000000110001101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47555B; }

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

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

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

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

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

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

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

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