#50544E

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

Shades of Battleship Grey #50544E

Tints of Battleship Grey #50544E

Color information

#50544E (or 0x50544E) is unknown color: approx Battleship Grey. HEX triplet: 50, 54 and 4E. RGB value is (80,84,78). Sum of RGB (Red+Green+Blue) = 80+84+78=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 84 - color contains mainly: green. Hex color #50544E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50544E is #AFABB1. Grayscale: #525252. Windows color (decimal): -11512754 or 5133392. OLE color: 5133392.

HSL color Cylindrical-coordinate representation of color #50544E: hue angle of 100º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #50544E is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB808478-
CMYK0.0500.070.67
HSL100º3.7%31.76%-
HSV(B)100º7.14%32.94%-
XYZ7.858.68.45-
YUV82.12125.67126.49-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.06%
GREEN value IS 84 (33.20% from 255) = 34.71%
BLUE value IS 78 (30.86% from 255) = 32.23%
R=33.06%
G=34.71%
B=32.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8084780.0500.070.671003.731.76
Hex50544E5074364420
Octal120124116507103144440
Binary101000010101001001110101011110000111100100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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