#546A74

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

Shades of Bismark #546A74

Tints of Bismark #546A74

Color information

#546A74 (or 0x546A74) is unknown color: approx Bismark. HEX triplet: 54, 6A and 74. RGB value is (84,106,116). Sum of RGB (Red+Green+Blue) = 84+106+116=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 106 (41.80% from 255 or 34.64% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 116 - color contains mainly: blue. Hex color #546A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546A74 is #AB958B. Grayscale: #646464. Windows color (decimal): -11244940 or 7629396. OLE color: 7629396.

HSL color Cylindrical-coordinate representation of color #546A74: hue angle of 198.75º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #546A74 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB84106116-
CMYK0.280.0900.55
HSL198.75º16%39.22%-
HSV(B)198.75º27.59%45.49%-
XYZ11.9613.4518.49-
YUV100.56136.71116.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.45%
GREEN value IS 106 (41.80% from 255) = 34.64%
BLUE value IS 116 (45.70% from 255) = 37.91%
R=27.45%
G=34.64%
B=37.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal841061160.280.0900.55198.751639.22
Hex546A741C9037c71027
Octal12415216434110673072047
Binary10101001101010111010011100100101101111100011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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