#505A4B

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

Shades of Battleship Grey #505A4B

Tints of Battleship Grey #505A4B

Color information

#505A4B (or 0x505A4B) is unknown color: approx Battleship Grey. HEX triplet: 50, 5A and 4B. RGB value is (80,90,75). Sum of RGB (Red+Green+Blue) = 80+90+75=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 90 - color contains mainly: green. Hex color #505A4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505A4B is #AFA5B4. Grayscale: #555555. Windows color (decimal): -11511221 or 4938320. OLE color: 4938320.

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

Color convert

RGB809075-
CMYK0.1100.170.65
HSL100º9.09%32.35%-
HSV(B)100º16.67%35.29%-
XYZ8.239.538.06-
YUV85.3122.19124.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.65%
GREEN value IS 90 (35.55% from 255) = 36.73%
BLUE value IS 75 (29.69% from 255) = 30.61%
R=32.65%
G=36.73%
B=30.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8090750.1100.170.651009.0932.35
Hex505A4BB0114164920
Octal120132113130211011441140
Binary1010000101101010010111011010001100000111001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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