#51564F

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

Shades of Battleship Grey #51564F

Tints of Battleship Grey #51564F

Color information

#51564F (or 0x51564F) is unknown color: approx Battleship Grey. HEX triplet: 51, 56 and 4F. RGB value is (81,86,79). Sum of RGB (Red+Green+Blue) = 81+86+79=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 86 - color contains mainly: green. Hex color #51564F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51564F is #AEA9B0. Grayscale: #535353. Windows color (decimal): -11446705 or 5199441. OLE color: 5199441.

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

Color convert

RGB818679-
CMYK0.0600.080.66
HSL102.86º4.24%32.35%-
HSV(B)102.86º8.14%33.73%-
XYZ8.138.978.7-
YUV83.71125.34126.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.93%
GREEN value IS 86 (33.98% from 255) = 34.96%
BLUE value IS 79 (31.25% from 255) = 32.11%
R=32.93%
G=34.96%
B=32.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8186790.0600.080.66102.864.2432.35
Hex51564F6084267420
Octal1211261176010102147440
Binary1010001101011010011111100100010000101100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51564F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51564F; }

 p { color: rgb(81,86,79); }

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

<style>
 a { background-color: #51564F; }

 a { background-color: rgb(81,86,79); }

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

<style>
 span { border-color: #51564F; }

 span { border-color: rgb(81,86,79); }

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