#495558

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

Shades of Trout #495558

Tints of Trout #495558

Color information

#495558 (or 0x495558) is unknown color: approx Trout. HEX triplet: 49, 55 and 58. RGB value is (73,85,88). Sum of RGB (Red+Green+Blue) = 73+85+88=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 88 - color contains mainly: blue. Hex color #495558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495558 is #B6AAA7. Grayscale: #515151. Windows color (decimal): -11971240 or 5789001. OLE color: 5789001.

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

Color convert

RGB738588-
CMYK0.170.0300.65
HSL192º9.32%31.57%-
HSV(B)192º17.05%34.51%-
XYZ7.768.6210.49-
YUV81.75131.52121.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.67%
GREEN value IS 85 (33.59% from 255) = 34.55%
BLUE value IS 88 (34.77% from 255) = 35.77%
R=29.67%
G=34.55%
B=35.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7385880.170.0300.651929.3231.57
Hex495558113041c0920
Octal11112513021301013001140
Binary100100110101011011000100011101000001110000001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495558; }

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

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

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

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

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

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

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

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