#495359

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

Shades of Trout #495359

Tints of Trout #495359

Color information

#495359 (or 0x495359) is unknown color: approx Trout. HEX triplet: 49, 53 and 59. RGB value is (73,83,89). Sum of RGB (Red+Green+Blue) = 73+83+89=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 89 - color contains mainly: blue. Hex color #495359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495359 is #B6ACA6. Grayscale: #505050. Windows color (decimal): -11971751 or 5854025. OLE color: 5854025.

HSL color Cylindrical-coordinate representation of color #495359: hue angle of 202.5º 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 #495359 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB738389-
CMYK0.180.0700.65
HSL202.5º9.88%31.76%-
HSV(B)202.5º17.98%34.9%-
XYZ7.648.3210.66-
YUV80.69132.69122.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.80%
GREEN value IS 83 (32.81% from 255) = 33.88%
BLUE value IS 89 (35.16% from 255) = 36.33%
R=29.80%
G=33.88%
B=36.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7383890.180.0700.65202.59.8831.76
Hex495359127041caa20
Octal11112313122701013121240
Binary1001001101001110110011001011101000001110010101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495359; }

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

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

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

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

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

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

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

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