#546F76

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

Shades of Bismark #546F76

Tints of Bismark #546F76

Color information

#546F76 (or 0x546F76) is unknown color: approx Bismark. HEX triplet: 54, 6F and 76. RGB value is (84,111,118). Sum of RGB (Red+Green+Blue) = 84+111+118=313 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.84% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 118 - color contains mainly: blue. Hex color #546F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546F76 is #AB9089. Grayscale: #676767. Windows color (decimal): -11243658 or 7761748. OLE color: 7761748.

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

Color convert

RGB84111118-
CMYK0.290.0600.54
HSL192.35º16.83%39.61%-
HSV(B)192.35º28.81%46.27%-
XYZ12.6114.5619.29-
YUV103.72136.05113.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.84%
GREEN value IS 111 (43.75% from 255) = 35.46%
BLUE value IS 118 (46.48% from 255) = 37.70%
R=26.84%
G=35.46%
B=37.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal841111180.290.0600.54192.3516.8339.61
Hex546F761D6036c01128
Octal1241571663560663002150
Binary1010100110111111101101110111001101101100000010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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