#546D79

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

Shades of Bismark #546D79

Tints of Bismark #546D79

Color information

#546D79 (or 0x546D79) is unknown color: approx Bismark. HEX triplet: 54, 6D and 79. RGB value is (84,109,121). Sum of RGB (Red+Green+Blue) = 84+109+121=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 121 - color contains mainly: blue. Hex color #546D79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546D79 is #AB9286. Grayscale: #666666. Windows color (decimal): -11244167 or 7957844. OLE color: 7957844.

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

Color convert

RGB84109121-
CMYK0.310.1000.53
HSL199.46º18.05%40.2%-
HSV(B)199.46º30.58%47.45%-
XYZ12.5814.220.17-
YUV102.89138.22114.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.75%
GREEN value IS 109 (42.97% from 255) = 34.71%
BLUE value IS 121 (47.66% from 255) = 38.54%
R=26.75%
G=34.71%
B=38.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal841091210.310.1000.53199.4618.0540.2
Hex546D791FA035c71228
Octal12415517137120653072250
Binary10101001101101111100111111101001101011100011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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