#475057

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

Shades of Trout #475057

Tints of Trout #475057

Color information

#475057 (or 0x475057) is unknown color: approx Trout. HEX triplet: 47, 50 and 57. RGB value is (71,80,87). Sum of RGB (Red+Green+Blue) = 71+80+87=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 87 (34.38% from 255 or 36.55% from 238); Max value from RGB is 87 - color contains mainly: blue. Hex color #475057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475057 is #B8AFA8. Grayscale: #4E4E4E. Windows color (decimal): -12103593 or 5722183. OLE color: 5722183.

HSL color Cylindrical-coordinate representation of color #475057: hue angle of 206.25º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #475057 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB718087-
CMYK0.180.0800.66
HSL206.25º10.13%30.98%-
HSV(B)206.25º18.39%34.12%-
XYZ7.197.7710.14-
YUV78.11133.02122.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.83%
GREEN value IS 80 (31.64% from 255) = 33.61%
BLUE value IS 87 (34.38% from 255) = 36.55%
R=29.83%
G=33.61%
B=36.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7180870.180.0800.66206.2510.1330.98
Hex475057128042cea1f
Octal107120127221001023161237
Binary1000111101000010101111001010000100001011001110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475057; }

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

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

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

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

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

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

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

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