#546C76

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

Shades of Bismark #546C76

Tints of Bismark #546C76

Color information

#546C76 (or 0x546C76) is unknown color: approx Bismark. HEX triplet: 54, 6C and 76. RGB value is (84,108,118). Sum of RGB (Red+Green+Blue) = 84+108+118=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 118 - color contains mainly: blue. Hex color #546C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546C76 is #AB9389. Grayscale: #656565. Windows color (decimal): -11244426 or 7760980. OLE color: 7760980.

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

Color convert

RGB84108118-
CMYK0.290.0800.54
HSL197.65º16.83%39.61%-
HSV(B)197.65º28.81%46.27%-
XYZ12.2913.9219.18-
YUV101.96137.05115.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.10%
GREEN value IS 108 (42.58% from 255) = 34.84%
BLUE value IS 118 (46.48% from 255) = 38.06%
R=27.10%
G=34.84%
B=38.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal841081180.290.0800.54197.6516.8339.61
Hex546C761D8036c61128
Octal12415416635100663062150
Binary10101001101100111011011101100001101101100011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,108,118); }

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

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

 a { background-color: rgb(84,108,118); }

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

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

 span { border-color: rgb(84,108,118); }

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