#516573

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

Shades of Bismark #516573

Tints of Bismark #516573

Color information

#516573 (or 0x516573) is unknown color: approx Bismark. HEX triplet: 51, 65 and 73. RGB value is (81,101,115). Sum of RGB (Red+Green+Blue) = 81+101+115=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 115 - color contains mainly: blue. Hex color #516573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516573 is #AE9A8C. Grayscale: #606060. Windows color (decimal): -11442829 or 7562577. OLE color: 7562577.

HSL color Cylindrical-coordinate representation of color #516573: hue angle of 204.71º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #516573 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB81101115-
CMYK0.300.1200.55
HSL204.71º17.35%38.43%-
HSV(B)204.71º29.57%45.1%-
XYZ11.1412.2918.01-
YUV96.62138.37116.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.27%
GREEN value IS 101 (39.84% from 255) = 34.01%
BLUE value IS 115 (45.31% from 255) = 38.72%
R=27.27%
G=34.01%
B=38.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal811011150.300.1200.55204.7117.3538.43
Hex5165731EC037cd1126
Octal12114516336140673152146
Binary10100011100101111001111110110001101111100110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516573; }

 p { color: rgb(81,101,115); }

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

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

 a { background-color: rgb(81,101,115); }

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

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

 span { border-color: rgb(81,101,115); }

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