#51584D

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

Shades of Battleship Grey #51584D

Tints of Battleship Grey #51584D

Color information

#51584D (or 0x51584D) is unknown color: approx Battleship Grey. HEX triplet: 51, 58 and 4D. RGB value is (81,88,77). Sum of RGB (Red+Green+Blue) = 81+88+77=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 88 - color contains mainly: green. Hex color #51584D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51584D is #AEA7B2. Grayscale: #545454. Windows color (decimal): -11446195 or 5068881. OLE color: 5068881.

HSL color Cylindrical-coordinate representation of color #51584D: hue angle of 98.18º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #51584D is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB818877-
CMYK0.0800.120.65
HSL98.18º6.67%32.35%-
HSV(B)98.18º12.5%34.51%-
XYZ8.229.268.38-
YUV84.65123.68125.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.93%
GREEN value IS 88 (34.77% from 255) = 35.77%
BLUE value IS 77 (30.47% from 255) = 31.30%
R=32.93%
G=35.77%
B=31.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8188770.0800.120.6598.186.6732.35
Hex51584D80C4162720
Octal12113011510014101142740
Binary10100011011000100110110000110010000011100010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51584D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,88,77); }

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

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

 a { background-color: rgb(81,88,77); }

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

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

 span { border-color: rgb(81,88,77); }

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