#505152

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

Shades of Tuna #505152

Tints of Tuna #505152

Color information

#505152 (or 0x505152) is unknown color: approx Tuna. HEX triplet: 50, 51 and 52. RGB value is (80,81,82). Sum of RGB (Red+Green+Blue) = 80+81+82=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 82 - color contains mainly: blue. Hex color #505152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505152 is #AFAEAD. Grayscale: #505050. Windows color (decimal): -11513518 or 5394768. OLE color: 5394768.

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

Color convert

RGB808182-
CMYK0.020.0100.68
HSL210º1.23%31.76%-
HSV(B)210º2.44%32.16%-
XYZ7.778.29.16-
YUV80.82128.67127.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.92%
GREEN value IS 81 (32.03% from 255) = 33.33%
BLUE value IS 82 (32.42% from 255) = 33.74%
R=32.92%
G=33.33%
B=33.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8081820.020.0100.682101.2331.76
Hex50515221044d2120
Octal120121122210104322140
Binary10100001010001101001010101000100110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505152; }

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

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

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

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

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

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

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

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