#495357

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

Shades of Trout #495357

Tints of Trout #495357

Color information

#495357 (or 0x495357) is unknown color: approx Trout. HEX triplet: 49, 53 and 57. RGB value is (73,83,87). Sum of RGB (Red+Green+Blue) = 73+83+87=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 87 (34.38% from 255 or 35.80% from 243); Max value from RGB is 87 - color contains mainly: blue. Hex color #495357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495357 is #B6ACA8. Grayscale: #505050. Windows color (decimal): -11971753 or 5722953. OLE color: 5722953.

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

Color convert

RGB738387-
CMYK0.160.0500.66
HSL197.14º8.75%31.37%-
HSV(B)197.14º16.09%34.12%-
XYZ7.568.2910.22-
YUV80.47131.69122.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.04%
GREEN value IS 83 (32.81% from 255) = 34.16%
BLUE value IS 87 (34.38% from 255) = 35.80%
R=30.04%
G=34.16%
B=35.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7383870.160.0500.66197.148.7531.37
Hex495357105042c591f
Octal11112312720501023051137
Binary100100110100111010111100001010100001011000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495357; }

 p { color: rgb(73,83,87); }

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

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

 a { background-color: rgb(73,83,87); }

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

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

 span { border-color: rgb(73,83,87); }

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