Html Css Color HEX #505153 Tuna

📋 copy color: '#505153'

red 80 ◦ green 81 ◦ blue 83

#505153
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tuna #505153

Tints of Tuna #505153

RGB

 RED value IS 80 (31.64% from 255) = 32.79%

 GREEN value IS 81 (32.03% from 255) = 33.2%

 BLUE value IS 83 (32.81% from 255) = 34.02%

R = 32.79%
G = 33.2%
B = 34.02%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#505153 (or 0x505153) is known color: 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

RGB 80 81 83 -
CMYK 0.04 0.02 0 0.67
HSL 220º 0.02% 0.32% -
HSV(B) 220º 0.04% 0.33% -
XYZ 7.81 8.21 9.36 -
YUV 80.93 129.17 127.34 -
System Red Green Blue C M Y K H S L
Decimal 80 81 83 0.04 0.02 0 0.67 220 0.02 0.32
Hex 50 51 53 4 2 0 43 DC 2 20
Octal 120 121 123 4 2 0 103 334 2 40
Binary 1010000 1010001 1010011 100 10 0 1000011 11011100 10 100000

Color Harmonies of #505153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505153

Black with #505153

Text Example


Text Example

White with #505153

Text Example


Text Example

HTML Codes & Css Web 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>