#50504A

Color #50504A Ship Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Grey #50504A

Tints of Ship Grey #50504A

Color information

#50504A (or 0x50504A) is unknown color: approx Ship Grey. HEX triplet: 50, 50 and 4A. RGB value is (80,80,74). Sum of RGB (Red+Green+Blue) = 80+80+74=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 80 - color contains mainly: red, green. Hex color #50504A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50504A is #AFAFB5. Grayscale: #4F4F4F. Windows color (decimal): -11513782 or 4870224. OLE color: 4870224.

HSL color Cylindrical-coordinate representation of color #50504A: hue angle of 60º degrees, saturation: 0.04, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #50504A is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB808074-
CMYK000.080.69
HSL60º3.9%30.2%-
HSV(B)60º7.5%31.37%-
XYZ7.417.947.62-
YUV79.32125128.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.19%
GREEN value IS 80 (31.64% from 255) = 34.19%
BLUE value IS 74 (29.30% from 255) = 31.62%
R=34.19%
G=34.19%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal808074000.080.69603.930.2
Hex50504A008453c41e
Octal120120112001010574436
Binary101000010100001001010001000100010111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50504A; }

 p { color: rgb(80,80,74); }

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

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

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

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

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

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

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