#475055

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

Shades of Trout #475055

Tints of Trout #475055

Color information

#475055 (or 0x475055) is unknown color: approx Trout. HEX triplet: 47, 50 and 55. RGB value is (71,80,85). Sum of RGB (Red+Green+Blue) = 71+80+85=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 85 - color contains mainly: blue. Hex color #475055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475055 is #B8AFAA. Grayscale: #4D4D4D. Windows color (decimal): -12103595 or 5591111. OLE color: 5591111.

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

Color convert

RGB718085-
CMYK0.160.0600.67
HSL201.43º8.97%30.59%-
HSV(B)201.43º16.47%33.33%-
XYZ7.117.739.71-
YUV77.88132.02123.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.08%
GREEN value IS 80 (31.64% from 255) = 33.90%
BLUE value IS 85 (33.59% from 255) = 36.02%
R=30.08%
G=33.90%
B=36.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7180850.160.0600.67201.438.9730.59
Hex475055106043c991f
Octal10712012520601033111137
Binary100011110100001010101100001100100001111001001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475055; }

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

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

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

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

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

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

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

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