#51584E

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

Shades of Battleship Grey #51584E

Tints of Battleship Grey #51584E

Color information

#51584E (or 0x51584E) is unknown color: approx Battleship Grey. HEX triplet: 51, 58 and 4E. RGB value is (81,88,78). Sum of RGB (Red+Green+Blue) = 81+88+78=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 88 - color contains mainly: green. Hex color #51584E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51584E is #AEA7B1. Grayscale: #545454. Windows color (decimal): -11446194 or 5134417. OLE color: 5134417.

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

Color convert

RGB818878-
CMYK0.0800.110.65
HSL102º6.02%32.55%-
HSV(B)102º11.36%34.51%-
XYZ8.269.288.56-
YUV84.77124.18125.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.79%
GREEN value IS 88 (34.77% from 255) = 35.63%
BLUE value IS 78 (30.86% from 255) = 31.58%
R=32.79%
G=35.63%
B=31.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8188780.0800.110.651026.0232.55
Hex51584E80B4166621
Octal12113011610013101146641
Binary10100011011000100111010000101110000011100110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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