#546B76

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

Shades of Bismark #546B76

Tints of Bismark #546B76

Color information

#546B76 (or 0x546B76) is unknown color: approx Bismark. HEX triplet: 54, 6B and 76. RGB value is (84,107,118). Sum of RGB (Red+Green+Blue) = 84+107+118=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 118 - color contains mainly: blue. Hex color #546B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546B76 is #AB9489. Grayscale: #656565. Windows color (decimal): -11244682 or 7760724. OLE color: 7760724.

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

Color convert

RGB84107118-
CMYK0.290.0900.54
HSL199.41º16.83%39.61%-
HSV(B)199.41º28.81%46.27%-
XYZ12.1813.7119.14-
YUV101.38137.38115.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.18%
GREEN value IS 107 (42.19% from 255) = 34.63%
BLUE value IS 118 (46.48% from 255) = 38.19%
R=27.18%
G=34.63%
B=38.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal841071180.290.0900.54199.4116.8339.61
Hex546B761D9036c71128
Octal12415316635110663072150
Binary10101001101011111011011101100101101101100011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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