#50594E

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

Shades of Battleship Grey #50594E

Tints of Battleship Grey #50594E

Color information

#50594E (or 0x50594E) is unknown color: approx Battleship Grey. HEX triplet: 50, 59 and 4E. RGB value is (80,89,78). Sum of RGB (Red+Green+Blue) = 80+89+78=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 89 - color contains mainly: green. Hex color #50594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50594E is #AFA6B1. Grayscale: #555555. Windows color (decimal): -11511474 or 5134672. OLE color: 5134672.

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

Color convert

RGB808978-
CMYK0.1000.120.65
HSL109.09º6.59%32.75%-
HSV(B)109.09º12.36%34.9%-
XYZ8.269.48.59-
YUV85.06124.02124.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.39%
GREEN value IS 89 (35.16% from 255) = 36.03%
BLUE value IS 78 (30.86% from 255) = 31.58%
R=32.39%
G=36.03%
B=31.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8089780.1000.120.65109.096.5932.75
Hex50594EA0C416d721
Octal12013111612014101155741
Binary10100001011001100111010100110010000011101101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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