#50574D

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

Shades of Battleship Grey #50574D

Tints of Battleship Grey #50574D

Color information

#50574D (or 0x50574D) is unknown color: approx Battleship Grey. HEX triplet: 50, 57 and 4D. RGB value is (80,87,77). Sum of RGB (Red+Green+Blue) = 80+87+77=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 87 (34.38% from 255 or 35.66% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 87 - color contains mainly: green. Hex color #50574D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50574D is #AFA8B2. Grayscale: #535353. Windows color (decimal): -11511987 or 5068624. OLE color: 5068624.

HSL color Cylindrical-coordinate representation of color #50574D: hue angle of 102º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #50574D is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB808777-
CMYK0.0800.110.66
HSL102º6.1%32.16%-
HSV(B)102º11.49%34.12%-
XYZ8.069.068.34-
YUV83.77124.18125.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.79%
GREEN value IS 87 (34.38% from 255) = 35.66%
BLUE value IS 77 (30.47% from 255) = 31.56%
R=32.79%
G=35.66%
B=31.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8087770.0800.110.661026.132.16
Hex50574D80B4266620
Octal12012711510013102146640
Binary10100001010111100110110000101110000101100110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50574D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50574D; }

 p { color: rgb(80,87,77); }

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

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

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

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

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

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

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