#51575A

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

Shades of Trout #51575A

Tints of Trout #51575A

Color information

#51575A (or 0x51575A) is unknown color: approx Trout. HEX triplet: 51, 57 and 5A. RGB value is (81,87,90). Sum of RGB (Red+Green+Blue) = 81+87+90=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 87 (34.38% from 255 or 33.72% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 90 - color contains mainly: blue. Hex color #51575A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51575A is #AEA8A5. Grayscale: #555555. Windows color (decimal): -11446438 or 5920593. OLE color: 5920593.

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

Color convert

RGB818790-
CMYK0.10.0300.65
HSL200º5.26%33.53%-
HSV(B)200º10%35.29%-
XYZ8.659.311.01-
YUV85.55130.51124.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.40%
GREEN value IS 87 (34.38% from 255) = 33.72%
BLUE value IS 90 (35.55% from 255) = 34.88%
R=31.40%
G=33.72%
B=34.88%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8187900.10.0300.652005.2633.53
Hex51575AA3041c8522
Octal1211271321230101310542
Binary1010001101011110110101010110100000111001000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51575A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51575A; }

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

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

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

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

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

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

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

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