#505559

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

Shades of Trout #505559

Tints of Trout #505559

Color information

#505559 (or 0x505559) is unknown color: approx Trout. HEX triplet: 50, 55 and 59. RGB value is (80,85,89). Sum of RGB (Red+Green+Blue) = 80+85+89=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 89 - color contains mainly: blue. Hex color #505559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505559 is #AFAAA6. Grayscale: #535353. Windows color (decimal): -11512487 or 5854544. OLE color: 5854544.

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

Color convert

RGB808589-
CMYK0.100.0400.65
HSL206.67º5.33%33.14%-
HSV(B)206.67º10.11%34.9%-
XYZ8.368.9210.73-
YUV83.96130.84125.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.50%
GREEN value IS 85 (33.59% from 255) = 33.46%
BLUE value IS 89 (35.16% from 255) = 35.04%
R=31.50%
G=33.46%
B=35.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8085890.100.0400.65206.675.3333.14
Hex505559A4041cf521
Octal1201251311240101317541
Binary10100001010101101100110101000100000111001111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505559; }

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

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

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

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

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

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

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

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