#505A4E

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

Shades of Battleship Grey #505A4E

Tints of Battleship Grey #505A4E

Color information

#505A4E (or 0x505A4E) is unknown color: approx Battleship Grey. HEX triplet: 50, 5A and 4E. RGB value is (80,90,78). Sum of RGB (Red+Green+Blue) = 80+90+78=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 90 - color contains mainly: green. Hex color #505A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A4E is #AFA5B1. Grayscale: #555555. Windows color (decimal): -11511218 or 5134928. OLE color: 5134928.

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

Color convert

RGB809078-
CMYK0.1100.130.65
HSL110º7.14%32.94%-
HSV(B)110º13.33%35.29%-
XYZ8.349.578.61-
YUV85.64123.69123.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.26%
GREEN value IS 90 (35.55% from 255) = 36.29%
BLUE value IS 78 (30.86% from 255) = 31.45%
R=32.26%
G=36.29%
B=31.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8090780.1100.130.651107.1432.94
Hex505A4EB0D416e721
Octal12013211613015101156741
Binary10100001011010100111010110110110000011101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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