#505659

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

Shades of Trout #505659

Tints of Trout #505659

Color information

#505659 (or 0x505659) is unknown color: approx Trout. HEX triplet: 50, 56 and 59. RGB value is (80,86,89). Sum of RGB (Red+Green+Blue) = 80+86+89=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 89 - color contains mainly: blue. Hex color #505659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505659 is #AFA9A6. Grayscale: #545454. Windows color (decimal): -11512231 or 5854800. OLE color: 5854800.

HSL color Cylindrical-coordinate representation of color #505659: hue angle of 200º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #505659 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB808689-
CMYK0.100.0300.65
HSL200º5.33%33.14%-
HSV(B)200º10.11%34.9%-
XYZ8.449.0810.76-
YUV84.55130.51124.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.37%
GREEN value IS 86 (33.98% from 255) = 33.73%
BLUE value IS 89 (35.16% from 255) = 34.90%
R=31.37%
G=33.73%
B=34.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8086890.100.0300.652005.3333.14
Hex505659A3041c8521
Octal1201261311230101310541
Binary1010000101011010110011010110100000111001000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505659; }

 p { color: rgb(80,86,89); }

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

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

 a { background-color: rgb(80,86,89); }

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

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

 span { border-color: rgb(80,86,89); }

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