#495153

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

Shades of Trout #495153

Tints of Trout #495153

Color information

#495153 (or 0x495153) is unknown color: approx Trout. HEX triplet: 49, 51 and 53. RGB value is (73,81,83). Sum of RGB (Red+Green+Blue) = 73+81+83=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 83 - color contains mainly: blue. Hex color #495153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495153 is #B6AEAC. Grayscale: #4E4E4E. Windows color (decimal): -11972269 or 5460297. OLE color: 5460297.

HSL color Cylindrical-coordinate representation of color #495153: hue angle of 192º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #495153 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB738183-
CMYK0.120.0200.67
HSL192º6.41%30.59%-
HSV(B)192º12.05%32.55%-
XYZ7.257.939.33-
YUV78.84130.35123.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.80%
GREEN value IS 81 (32.03% from 255) = 34.18%
BLUE value IS 83 (32.81% from 255) = 35.02%
R=30.80%
G=34.18%
B=35.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7381830.120.0200.671926.4130.59
Hex495153C2043c061f
Octal1111211231420103300637
Binary100100110100011010011110010010000111100000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495153; }

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

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

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

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

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

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

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

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