#50534F

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

Shades of Battleship Grey #50534F

Tints of Battleship Grey #50534F

Color information

#50534F (or 0x50534F) is unknown color: approx Battleship Grey. HEX triplet: 50, 53 and 4F. RGB value is (80,83,79). Sum of RGB (Red+Green+Blue) = 80+83+79=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 83 - color contains mainly: green. Hex color #50534F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50534F is #AFACB0. Grayscale: #515151. Windows color (decimal): -11513009 or 5198672. OLE color: 5198672.

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

Color convert

RGB808379-
CMYK0.0400.050.67
HSL105º2.47%31.76%-
HSV(B)105º4.82%32.55%-
XYZ7.818.468.62-
YUV81.65126.51126.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.06%
GREEN value IS 83 (32.81% from 255) = 34.30%
BLUE value IS 79 (31.25% from 255) = 32.64%
R=33.06%
G=34.30%
B=32.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8083790.0400.050.671052.4731.76
Hex50534F4054369220
Octal120123117405103151240
Binary10100001010011100111110001011000011110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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