#505456

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

Shades of Trout #505456

Tints of Trout #505456

Color information

#505456 (or 0x505456) is unknown color: approx Trout. HEX triplet: 50, 54 and 56. RGB value is (80,84,86). Sum of RGB (Red+Green+Blue) = 80+84+86=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 86 - color contains mainly: blue. Hex color #505456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505456 is #AFABA9. Grayscale: #535353. Windows color (decimal): -11512746 or 5657680. OLE color: 5657680.

HSL color Cylindrical-coordinate representation of color #505456: hue angle of 200º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #505456 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB808486-
CMYK0.070.0200.66
HSL200º3.61%32.55%-
HSV(B)200º6.98%33.73%-
XYZ8.168.7210.06-
YUV83.03129.67125.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32%
GREEN value IS 84 (33.20% from 255) = 33.6%
BLUE value IS 86 (33.98% from 255) = 34.4%
R=32%
G=33.6%
B=34.4%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8084860.070.0200.662003.6132.55
Hex50545672042c8421
Octal120124126720102310441
Binary101000010101001010110111100100001011001000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505456; }

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

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

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

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

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

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

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

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