#546D77

Color #546D77 Bismark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bismark #546D77

Tints of Bismark #546D77

Color information

#546D77 (or 0x546D77) is unknown color: approx Bismark. HEX triplet: 54, 6D and 77. RGB value is (84,109,119). Sum of RGB (Red+Green+Blue) = 84+109+119=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 119 - color contains mainly: blue. Hex color #546D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546D77 is #AB9288. Grayscale: #666666. Windows color (decimal): -11244169 or 7826772. OLE color: 7826772.

HSL color Cylindrical-coordinate representation of color #546D77: hue angle of 197.14º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #546D77 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB84109119-
CMYK0.290.0800.53
HSL197.14º17.24%39.8%-
HSV(B)197.14º29.41%46.67%-
XYZ12.4514.1519.53-
YUV102.66137.22114.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.92%
GREEN value IS 109 (42.97% from 255) = 34.94%
BLUE value IS 119 (46.88% from 255) = 38.14%
R=26.92%
G=34.94%
B=38.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal841091190.290.0800.53197.1417.2439.8
Hex546D771D8035c51128
Octal12415516735100653052150
Binary10101001101101111011111101100001101011100010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546D77; }

 p { color: rgb(84,109,119); }

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

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

 a { background-color: rgb(84,109,119); }

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

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

 span { border-color: rgb(84,109,119); }

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