#546050

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

Shades of Battleship Grey #546050

Tints of Battleship Grey #546050

Color information

#546050 (or 0x546050) is unknown color: approx Battleship Grey. HEX triplet: 54, 60 and 50. RGB value is (84,96,80). Sum of RGB (Red+Green+Blue) = 84+96+80=260 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.31% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 96 - color contains mainly: green. Hex color #546050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546050 is #AB9FAF. Grayscale: #5A5A5A. Windows color (decimal): -11247536 or 5267540. OLE color: 5267540.

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

Color convert

RGB849680-
CMYK0.1200.170.62
HSL105º9.09%34.51%-
HSV(B)105º16.67%37.65%-
XYZ9.2910.839.19-
YUV90.59122.02123.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.31%
GREEN value IS 96 (37.89% from 255) = 36.92%
BLUE value IS 80 (31.64% from 255) = 30.77%
R=32.31%
G=36.92%
B=30.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8496800.1200.170.621059.0934.51
Hex546050C0113E69923
Octal12414012014021761511143
Binary101010011000001010000110001000111111011010011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546050; }

 p { color: rgb(84,96,80); }

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

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

 a { background-color: rgb(84,96,80); }

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

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

 span { border-color: rgb(84,96,80); }

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