#505C4E

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

Shades of Battleship Grey #505C4E

Tints of Battleship Grey #505C4E

Color information

#505C4E (or 0x505C4E) is unknown color: approx Battleship Grey. HEX triplet: 50, 5C and 4E. RGB value is (80,92,78). Sum of RGB (Red+Green+Blue) = 80+92+78=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 92 (36.33% from 255 or 36.8% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 92 - color contains mainly: green. Hex color #505C4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505C4E is #AFA3B1. Grayscale: #565656. Windows color (decimal): -11510706 or 5135440. OLE color: 5135440.

HSL color Cylindrical-coordinate representation of color #505C4E: hue angle of 111.43º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #505C4E is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB809278-
CMYK0.1300.150.64
HSL111.43º8.24%33.33%-
HSV(B)111.43º15.22%36.08%-
XYZ8.519.918.67-
YUV86.82123.02123.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32%
GREEN value IS 92 (36.33% from 255) = 36.8%
BLUE value IS 78 (30.86% from 255) = 31.2%
R=32%
G=36.8%
B=31.2%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8092780.1300.150.64111.438.2433.33
Hex505C4ED0F406f821
Octal120134116150171001571041
Binary101000010111001001110110101111100000011011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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