#50554E

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

Shades of Battleship Grey #50554E

Tints of Battleship Grey #50554E

Color information

#50554E (or 0x50554E) is unknown color: approx Battleship Grey. HEX triplet: 50, 55 and 4E. RGB value is (80,85,78). Sum of RGB (Red+Green+Blue) = 80+85+78=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 85 - color contains mainly: green. Hex color #50554E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50554E is #AFAAB1. Grayscale: #525252. Windows color (decimal): -11512498 or 5133648. OLE color: 5133648.

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

Color convert

RGB808578-
CMYK0.0600.080.67
HSL102.86º4.29%31.96%-
HSV(B)102.86º8.24%33.33%-
XYZ7.938.758.48-
YUV82.71125.34126.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.92%
GREEN value IS 85 (33.59% from 255) = 34.98%
BLUE value IS 78 (30.86% from 255) = 32.10%
R=32.92%
G=34.98%
B=32.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8085780.0600.080.67102.864.2931.96
Hex50554E6084367420
Octal1201251166010103147440
Binary1010000101010110011101100100010000111100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50554E; }

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

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

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

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

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

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

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

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