#505759

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

Shades of Trout #505759

Tints of Trout #505759

Color information

#505759 (or 0x505759) is unknown color: approx Trout. HEX triplet: 50, 57 and 59. RGB value is (80,87,89). Sum of RGB (Red+Green+Blue) = 80+87+89=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 89 - color contains mainly: blue. Hex color #505759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505759 is #AFA8A6. Grayscale: #555555. Windows color (decimal): -11511975 or 5855056. OLE color: 5855056.

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

Color convert

RGB808789-
CMYK0.100.0200.65
HSL193.33º5.33%33.14%-
HSV(B)193.33º10.11%34.9%-
XYZ8.529.2410.79-
YUV85.14130.18124.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.25%
GREEN value IS 87 (34.38% from 255) = 33.98%
BLUE value IS 89 (35.16% from 255) = 34.77%
R=31.25%
G=33.98%
B=34.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8087890.100.0200.65193.335.3333.14
Hex505759A2041c1521
Octal1201271311220101301541
Binary1010000101011110110011010100100000111000001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505759; }

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

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

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

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

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

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

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

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