#515350

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

Shades of Battleship Grey #515350

Tints of Battleship Grey #515350

Color information

#515350 (or 0x515350) is unknown color: approx Battleship Grey. HEX triplet: 51, 53 and 50. RGB value is (81,83,80). Sum of RGB (Red+Green+Blue) = 81+83+80=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 83 - color contains mainly: green. Hex color #515350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515350 is #AEACAF. Grayscale: #525252. Windows color (decimal): -11447472 or 5264209. OLE color: 5264209.

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

Color convert

RGB818380-
CMYK0.0200.040.67
HSL100º1.84%31.96%-
HSV(B)100º3.61%32.55%-
XYZ7.938.528.81-
YUV82.06126.84127.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.20%
GREEN value IS 83 (32.81% from 255) = 34.02%
BLUE value IS 80 (31.64% from 255) = 32.79%
R=33.20%
G=34.02%
B=32.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8183800.0200.040.671001.8431.96
Hex5153502044364220
Octal121123120204103144240
Binary1010001101001110100001001001000011110010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515350; }

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

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

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

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

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

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

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

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