#50565A

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

Shades of Trout #50565A

Tints of Trout #50565A

Color information

#50565A (or 0x50565A) is unknown color: approx Trout. HEX triplet: 50, 56 and 5A. RGB value is (80,86,90). Sum of RGB (Red+Green+Blue) = 80+86+90=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 90 - color contains mainly: blue. Hex color #50565A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50565A is #AFA9A5. Grayscale: #545454. Windows color (decimal): -11512230 or 5920336. OLE color: 5920336.

HSL color Cylindrical-coordinate representation of color #50565A: hue angle of 204º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #50565A is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB808690-
CMYK0.110.0400.65
HSL204º5.88%33.33%-
HSV(B)204º11.11%35.29%-
XYZ8.489.110.98-
YUV84.66131.01124.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.25%
GREEN value IS 86 (33.98% from 255) = 33.59%
BLUE value IS 90 (35.55% from 255) = 35.16%
R=31.25%
G=33.59%
B=35.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8086900.110.0400.652045.8833.33
Hex50565AB4041cc621
Octal1201261321340101314641
Binary10100001010110101101010111000100000111001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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