#50524F

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

Shades of Battleship Grey #50524F

Tints of Battleship Grey #50524F

Color information

#50524F (or 0x50524F) is unknown color: approx Battleship Grey. HEX triplet: 50, 52 and 4F. RGB value is (80,82,79). Sum of RGB (Red+Green+Blue) = 80+82+79=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 82 - color contains mainly: green. Hex color #50524F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50524F is #AFADB0. Grayscale: #515151. Windows color (decimal): -11513265 or 5198416. OLE color: 5198416.

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

Color convert

RGB808279-
CMYK0.0200.040.68
HSL100º1.86%31.57%-
HSV(B)100º3.66%32.16%-
XYZ7.748.38.59-
YUV81.06126.84127.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.20%
GREEN value IS 82 (32.42% from 255) = 34.02%
BLUE value IS 79 (31.25% from 255) = 32.78%
R=33.20%
G=34.02%
B=32.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8082790.0200.040.681001.8631.57
Hex50524F2044464220
Octal120122117204104144240
Binary1010000101001010011111001001000100110010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50524F; }

 p { color: rgb(80,82,79); }

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

<style>
 a { background-color: #50524F; }

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

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

<style>
 span { border-color: #50524F; }

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

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