#546151

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

Shades of Battleship Grey #546151

Tints of Battleship Grey #546151

Color information

#546151 (or 0x546151) is unknown color: approx Battleship Grey. HEX triplet: 54, 61 and 51. RGB value is (84,97,81). Sum of RGB (Red+Green+Blue) = 84+97+81=262 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.06% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 97 - color contains mainly: green. Hex color #546151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546151 is #AB9EAE. Grayscale: #5B5B5B. Windows color (decimal): -11247279 or 5333332. OLE color: 5333332.

HSL color Cylindrical-coordinate representation of color #546151: hue angle of 108.75º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #546151 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB849781-
CMYK0.1300.160.62
HSL108.75º8.99%34.9%-
HSV(B)108.75º16.49%38.04%-
XYZ9.4211.039.42-
YUV91.29122.19122.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.06%
GREEN value IS 97 (38.28% from 255) = 37.02%
BLUE value IS 81 (32.03% from 255) = 30.92%
R=32.06%
G=37.02%
B=30.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8497810.1300.160.62108.758.9934.9
Hex546151D0103E6d923
Octal12414112115020761551143
Binary101010011000011010001110101000011111011011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546151; }

 p { color: rgb(84,97,81); }

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

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

 a { background-color: rgb(84,97,81); }

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

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

 span { border-color: rgb(84,97,81); }

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