#546A76

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

Shades of Bismark #546A76

Tints of Bismark #546A76

Color information

#546A76 (or 0x546A76) is unknown color: approx Bismark. HEX triplet: 54, 6A and 76. RGB value is (84,106,118). Sum of RGB (Red+Green+Blue) = 84+106+118=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 118 - color contains mainly: blue. Hex color #546A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546A76 is #AB9589. Grayscale: #646464. Windows color (decimal): -11244938 or 7760468. OLE color: 7760468.

HSL color Cylindrical-coordinate representation of color #546A76: hue angle of 201.18º 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 #546A76 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB84106118-
CMYK0.290.1000.54
HSL201.18º16.83%39.61%-
HSV(B)201.18º28.81%46.27%-
XYZ12.0813.519.11-
YUV100.79137.71116.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.27%
GREEN value IS 106 (41.80% from 255) = 34.42%
BLUE value IS 118 (46.48% from 255) = 38.31%
R=27.27%
G=34.42%
B=38.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal841061180.290.1000.54201.1816.8339.61
Hex546A761DA036c91128
Octal12415216635120663112150
Binary10101001101010111011011101101001101101100100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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