#505153

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

Shades of Tuna #505153

Tints of Tuna #505153

Color information

#505153 (or 0x505153) is unknown color: approx Tuna. HEX triplet: 50, 51 and 53. RGB value is (80,81,83). Sum of RGB (Red+Green+Blue) = 80+81+83=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 83 - color contains mainly: blue. Hex color #505153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505153 is #AFAEAC. Grayscale: #505050. Windows color (decimal): -11513517 or 5460304. OLE color: 5460304.

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

Color convert

RGB808183-
CMYK0.040.0200.67
HSL220º1.84%31.96%-
HSV(B)220º3.61%32.55%-
XYZ7.818.219.36-
YUV80.93129.17127.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.79%
GREEN value IS 81 (32.03% from 255) = 33.20%
BLUE value IS 83 (32.81% from 255) = 34.02%
R=32.79%
G=33.20%
B=34.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8081830.040.0200.672201.8431.96
Hex50515342043dc220
Octal120121123420103334240
Binary10100001010001101001110010010000111101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505153; }

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

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

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

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

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

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

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

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