#515759

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

Shades of Trout #515759

Tints of Trout #515759

Color information

#515759 (or 0x515759) is unknown color: approx Trout. HEX triplet: 51, 57 and 59. RGB value is (81,87,89). Sum of RGB (Red+Green+Blue) = 81+87+89=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 89 (35.16% from 255 or 34.63% from 257); Max value from RGB is 89 - color contains mainly: blue. Hex color #515759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515759 is #AEA8A6. Grayscale: #555555. Windows color (decimal): -11446439 or 5855057. OLE color: 5855057.

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

Color convert

RGB818789-
CMYK0.090.0200.65
HSL195º4.71%33.33%-
HSV(B)195º8.99%34.9%-
XYZ8.69.2910.79-
YUV85.43130.01124.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.52%
GREEN value IS 87 (34.38% from 255) = 33.85%
BLUE value IS 89 (35.16% from 255) = 34.63%
R=31.52%
G=33.85%
B=34.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8187890.090.0200.651954.7133.33
Hex51575992041c3521
Octal1211271311120101303541
Binary1010001101011110110011001100100000111000011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515759; }

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

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

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

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

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

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

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

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