#50594C

Color #50594C Battleship Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Battleship Grey #50594C

Tints of Battleship Grey #50594C

Color information

#50594C (or 0x50594C) is unknown color: approx Battleship Grey. HEX triplet: 50, 59 and 4C. RGB value is (80,89,76). Sum of RGB (Red+Green+Blue) = 80+89+76=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 89 - color contains mainly: green. Hex color #50594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50594C is #AFA6B3. Grayscale: #545454. Windows color (decimal): -11511476 or 5003600. OLE color: 5003600.

HSL color Cylindrical-coordinate representation of color #50594C: hue angle of 101.54º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #50594C is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB808976-
CMYK0.1000.150.65
HSL101.54º7.88%32.35%-
HSV(B)101.54º14.61%34.9%-
XYZ8.199.378.22-
YUV84.83123.02124.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.65%
GREEN value IS 89 (35.16% from 255) = 36.33%
BLUE value IS 76 (30.08% from 255) = 31.02%
R=32.65%
G=36.33%
B=31.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8089760.1000.150.65101.547.8832.35
Hex50594CA0F4166820
Octal120131114120171011461040
Binary101000010110011001100101001111100000111001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50594C; }

 p { color: rgb(80,89,76); }

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

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

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

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

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

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

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