#505253

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

Shades of Trout #505253

Tints of Trout #505253

Color information

#505253 (or 0x505253) is unknown color: approx Trout. HEX triplet: 50, 52 and 53. RGB value is (80,82,83). Sum of RGB (Red+Green+Blue) = 80+82+83=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 83 - color contains mainly: blue. Hex color #505253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505253 is #AFADAC. Grayscale: #515151. Windows color (decimal): -11513261 or 5460560. OLE color: 5460560.

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

Color convert

RGB808283-
CMYK0.040.0100.67
HSL200º1.84%31.96%-
HSV(B)200º3.61%32.55%-
XYZ7.898.369.38-
YUV81.52128.84126.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.65%
GREEN value IS 82 (32.42% from 255) = 33.47%
BLUE value IS 83 (32.81% from 255) = 33.88%
R=32.65%
G=33.47%
B=33.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8082830.040.0100.672001.8431.96
Hex50525341043c8220
Octal120122123410103310240
Binary1010000101001010100111001010000111100100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505253; }

 p { color: rgb(80,82,83); }

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

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

 a { background-color: rgb(80,82,83); }

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

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

 span { border-color: rgb(80,82,83); }

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