#546976

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

Shades of Bismark #546976

Tints of Bismark #546976

Color information

#546976 (or 0x546976) is unknown color: approx Bismark. HEX triplet: 54, 69 and 76. RGB value is (84,105,118). Sum of RGB (Red+Green+Blue) = 84+105+118=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 118 - color contains mainly: blue. Hex color #546976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546976 is #AB9689. Grayscale: #646464. Windows color (decimal): -11245194 or 7760212. OLE color: 7760212.

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

Color convert

RGB84105118-
CMYK0.290.1100.54
HSL202.94º16.83%39.61%-
HSV(B)202.94º28.81%46.27%-
XYZ11.9813.319.07-
YUV100.2138.04116.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.36%
GREEN value IS 105 (41.41% from 255) = 34.20%
BLUE value IS 118 (46.48% from 255) = 38.44%
R=27.36%
G=34.20%
B=38.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal841051180.290.1100.54202.9416.8339.61
Hex5469761DB036cb1128
Octal12415116635130663132150
Binary10101001101001111011011101101101101101100101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546976; }

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

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

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

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

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

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

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

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