#546E7A

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

Shades of Bismark #546E7A

Tints of Bismark #546E7A

Color information

#546E7A (or 0x546E7A) is unknown color: approx Bismark. HEX triplet: 54, 6E and 7A. RGB value is (84,110,122). Sum of RGB (Red+Green+Blue) = 84+110+122=316 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.58% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 122 - color contains mainly: blue. Hex color #546E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546E7A is #AB9185. Grayscale: #676767. Windows color (decimal): -11243910 or 8023636. OLE color: 8023636.

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

Color convert

RGB84110122-
CMYK0.310.1000.52
HSL198.95º18.45%40.39%-
HSV(B)198.95º31.15%47.84%-
XYZ12.7414.4420.53-
YUV103.59138.39114.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.58%
GREEN value IS 110 (43.36% from 255) = 34.81%
BLUE value IS 122 (48.05% from 255) = 38.61%
R=26.58%
G=34.81%
B=38.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal841101220.310.1000.52198.9518.4540.39
Hex546E7A1FA034c71228
Octal12415617237120643072250
Binary10101001101110111101011111101001101001100011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,110,122); }

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

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

 a { background-color: rgb(84,110,122); }

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

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

 span { border-color: rgb(84,110,122); }

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