#546877

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

Shades of Bismark #546877

Tints of Bismark #546877

Color information

#546877 (or 0x546877) is unknown color: approx Bismark. HEX triplet: 54, 68 and 77. RGB value is (84,104,119). Sum of RGB (Red+Green+Blue) = 84+104+119=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 119 - color contains mainly: blue. Hex color #546877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546877 is #AB9788. Grayscale: #636363. Windows color (decimal): -11245449 or 7825492. OLE color: 7825492.

HSL color Cylindrical-coordinate representation of color #546877: hue angle of 205.71º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #546877 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB84104119-
CMYK0.290.1300.53
HSL205.71º17.24%39.8%-
HSV(B)205.71º29.41%46.67%-
XYZ11.9413.1219.36-
YUV99.73138.87116.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.36%
GREEN value IS 104 (41.02% from 255) = 33.88%
BLUE value IS 119 (46.88% from 255) = 38.76%
R=27.36%
G=33.88%
B=38.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal841041190.290.1300.53205.7117.2439.8
Hex5468771DD035ce1128
Octal12415016735150653162150
Binary10101001101000111011111101110101101011100111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546877; }

 p { color: rgb(84,104,119); }

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

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

 a { background-color: rgb(84,104,119); }

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

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

 span { border-color: rgb(84,104,119); }

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