#546D78

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

Shades of Bismark #546D78

Tints of Bismark #546D78

Color information

#546D78 (or 0x546D78) is unknown color: approx Bismark. HEX triplet: 54, 6D and 78. RGB value is (84,109,120). Sum of RGB (Red+Green+Blue) = 84+109+120=313 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.84% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 120 - color contains mainly: blue. Hex color #546D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546D78 is #AB9287. Grayscale: #666666. Windows color (decimal): -11244168 or 7892308. OLE color: 7892308.

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

Color convert

RGB84109120-
CMYK0.30.0900.53
HSL198.33º17.65%40%-
HSV(B)198.33º30%47.06%-
XYZ12.5114.1819.85-
YUV102.78137.72114.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.84%
GREEN value IS 109 (42.97% from 255) = 34.82%
BLUE value IS 120 (47.27% from 255) = 38.34%
R=26.84%
G=34.82%
B=38.34%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal841091200.30.0900.53198.3317.6540
Hex546D781E9035c61228
Octal12415517036110653062250
Binary10101001101101111100011110100101101011100011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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