#475155

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

Shades of Trout #475155

Tints of Trout #475155

Color information

#475155 (or 0x475155) is unknown color: approx Trout. HEX triplet: 47, 51 and 55. RGB value is (71,81,85). Sum of RGB (Red+Green+Blue) = 71+81+85=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 85 (33.59% from 255 or 35.86% from 237); Max value from RGB is 85 - color contains mainly: blue. Hex color #475155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475155 is #B8AEAA. Grayscale: #4E4E4E. Windows color (decimal): -12103339 or 5591367. OLE color: 5591367.

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

Color convert

RGB718185-
CMYK0.160.0500.67
HSL197.14º8.97%30.59%-
HSV(B)197.14º16.47%33.33%-
XYZ7.187.889.74-
YUV78.47131.69122.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.96%
GREEN value IS 81 (32.03% from 255) = 34.18%
BLUE value IS 85 (33.59% from 255) = 35.86%
R=29.96%
G=34.18%
B=35.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7181850.160.0500.67197.148.9730.59
Hex475155105043c591f
Octal10712112520501033051137
Binary100011110100011010101100001010100001111000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475155; }

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

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

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

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

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

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

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

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