#505A4D

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

Shades of Battleship Grey #505A4D

Tints of Battleship Grey #505A4D

Color information

#505A4D (or 0x505A4D) is unknown color: approx Battleship Grey. HEX triplet: 50, 5A and 4D. RGB value is (80,90,77). Sum of RGB (Red+Green+Blue) = 80+90+77=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 90 - color contains mainly: green. Hex color #505A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A4D is #AFA5B2. Grayscale: #555555. Windows color (decimal): -11511219 or 5069392. OLE color: 5069392.

HSL color Cylindrical-coordinate representation of color #505A4D: hue angle of 106.15º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #505A4D is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB809077-
CMYK0.1100.140.65
HSL106.15º7.78%32.75%-
HSV(B)106.15º14.44%35.29%-
XYZ8.39.558.43-
YUV85.53123.19124.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.39%
GREEN value IS 90 (35.55% from 255) = 36.44%
BLUE value IS 77 (30.47% from 255) = 31.17%
R=32.39%
G=36.44%
B=31.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8090770.1100.140.65106.157.7832.75
Hex505A4DB0E416a821
Octal120132115130161011521041
Binary101000010110101001101101101110100000111010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505A4D; }

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

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

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

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

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

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

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

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