#50564D

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

Shades of Battleship Grey #50564D

Tints of Battleship Grey #50564D

Color information

#50564D (or 0x50564D) is unknown color: approx Battleship Grey. HEX triplet: 50, 56 and 4D. RGB value is (80,86,77). Sum of RGB (Red+Green+Blue) = 80+86+77=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 86 - color contains mainly: green. Hex color #50564D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50564D is #AFA9B2. Grayscale: #535353. Windows color (decimal): -11512243 or 5068368. OLE color: 5068368.

HSL color Cylindrical-coordinate representation of color #50564D: hue angle of 100º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #50564D is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB808677-
CMYK0.0700.100.66
HSL100º5.52%31.96%-
HSV(B)100º10.47%33.73%-
XYZ7.988.98.32-
YUV83.18124.51125.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.92%
GREEN value IS 86 (33.98% from 255) = 35.39%
BLUE value IS 77 (30.47% from 255) = 31.69%
R=32.92%
G=35.39%
B=31.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8086770.0700.100.661005.5231.96
Hex50564D70A4264620
Octal1201261157012102144640
Binary1010000101011010011011110101010000101100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50564D; }

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

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

<style>
 a { background-color: #50564D; }

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

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

<style>
 span { border-color: #50564D; }

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

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