#505A5D

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

Shades of Trout #505A5D

Tints of Trout #505A5D

Color information

#505A5D (or 0x505A5D) is unknown color: approx Trout. HEX triplet: 50, 5A and 5D. RGB value is (80,90,93). Sum of RGB (Red+Green+Blue) = 80+90+93=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 93 - color contains mainly: blue. Hex color #505A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A5D is #AFA5A2. Grayscale: #575757. Windows color (decimal): -11511203 or 6117968. OLE color: 6117968.

HSL color Cylindrical-coordinate representation of color #505A5D: hue angle of 193.85º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #505A5D is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB809093-
CMYK0.140.0300.64
HSL193.85º7.51%33.92%-
HSV(B)193.85º13.98%36.47%-
XYZ8.949.8111.78-
YUV87.35131.19122.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.42%
GREEN value IS 90 (35.55% from 255) = 34.22%
BLUE value IS 93 (36.72% from 255) = 35.36%
R=30.42%
G=34.22%
B=35.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8090930.140.0300.64193.857.5133.92
Hex505A5DE3040c2822
Octal12013213516301003021042
Binary10100001011010101110111101101000000110000101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505A5D; }

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

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

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

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

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

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

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

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