#495559

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

Shades of Trout #495559

Tints of Trout #495559

Color information

#495559 (or 0x495559) is unknown color: approx Trout. HEX triplet: 49, 55 and 59. RGB value is (73,85,89). Sum of RGB (Red+Green+Blue) = 73+85+89=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 89 - color contains mainly: blue. Hex color #495559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495559 is #B6AAA6. Grayscale: #515151. Windows color (decimal): -11971239 or 5854537. OLE color: 5854537.

HSL color Cylindrical-coordinate representation of color #495559: hue angle of 195º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #495559 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB738589-
CMYK0.180.0400.65
HSL195º9.88%31.76%-
HSV(B)195º17.98%34.9%-
XYZ7.88.6310.71-
YUV81.87132.02121.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.55%
GREEN value IS 85 (33.59% from 255) = 34.41%
BLUE value IS 89 (35.16% from 255) = 36.03%
R=29.55%
G=34.41%
B=36.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7385890.180.0400.651959.8831.76
Hex495559124041c3a20
Octal11112513122401013031240
Binary1001001101010110110011001010001000001110000111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495559; }

 p { color: rgb(73,85,89); }

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

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

 a { background-color: rgb(73,85,89); }

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

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

 span { border-color: rgb(73,85,89); }

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