#515659

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

Shades of Trout #515659

Tints of Trout #515659

Color information

#515659 (or 0x515659) is unknown color: approx Trout. HEX triplet: 51, 56 and 59. RGB value is (81,86,89). Sum of RGB (Red+Green+Blue) = 81+86+89=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 86 (33.98% from 255 or 33.59% 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 #515659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515659 is #AEA9A6. Grayscale: #545454. Windows color (decimal): -11446695 or 5854801. OLE color: 5854801.

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

Color convert

RGB818689-
CMYK0.090.0300.65
HSL202.5º4.71%33.33%-
HSV(B)202.5º8.99%34.9%-
XYZ8.529.1310.76-
YUV84.85130.34125.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.64%
GREEN value IS 86 (33.98% from 255) = 33.59%
BLUE value IS 89 (35.16% from 255) = 34.77%
R=31.64%
G=33.59%
B=34.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8186890.090.0300.65202.54.7133.33
Hex51565993041ca521
Octal1211261311130101312541
Binary1010001101011010110011001110100000111001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515659; }

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

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

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

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

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

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

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

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