#546771

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

Shades of Bismark #546771

Tints of Bismark #546771

Color information

#546771 (or 0x546771) is unknown color: approx Bismark. HEX triplet: 54, 67 and 71. RGB value is (84,103,113). Sum of RGB (Red+Green+Blue) = 84+103+113=300 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 113 - color contains mainly: blue. Hex color #546771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546771 is #AB988E. Grayscale: #626262. Windows color (decimal): -11245711 or 7432020. OLE color: 7432020.

HSL color Cylindrical-coordinate representation of color #546771: hue angle of 200.69º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #546771 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB84103113-
CMYK0.260.0900.56
HSL200.69º14.72%38.63%-
HSV(B)200.69º25.66%44.31%-
XYZ11.4912.7817.48-
YUV98.46136.21117.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28%
GREEN value IS 103 (40.62% from 255) = 34.33%
BLUE value IS 113 (44.53% from 255) = 37.67%
R=28%
G=34.33%
B=37.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal841031130.260.0900.56200.6914.7238.63
Hex5467711A9038c9f27
Octal12414716132110703111747
Binary1010100110011111100011101010010111000110010011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546771; }

 p { color: rgb(84,103,113); }

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

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

 a { background-color: rgb(84,103,113); }

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

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

 span { border-color: rgb(84,103,113); }

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