#516E7C

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

Shades of Bismark #516E7C

Tints of Bismark #516E7C

Color information

#516E7C (or 0x516E7C) is unknown color: approx Bismark. HEX triplet: 51, 6E and 7C. RGB value is (81,110,124). Sum of RGB (Red+Green+Blue) = 81+110+124=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 124 - color contains mainly: blue. Hex color #516E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516E7C is #AE9183. Grayscale: #666666. Windows color (decimal): -11440516 or 8154705. OLE color: 8154705.

HSL color Cylindrical-coordinate representation of color #516E7C: hue angle of 199.53º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #516E7C is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB81110124-
CMYK0.350.1100.51
HSL199.53º20.98%40.2%-
HSV(B)199.53º34.68%48.63%-
XYZ12.6114.3621.18-
YUV102.92139.89112.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.71%
GREEN value IS 110 (43.36% from 255) = 34.92%
BLUE value IS 124 (48.83% from 255) = 39.37%
R=25.71%
G=34.92%
B=39.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal811101240.350.1100.51199.5320.9840.2
Hex516E7C23B033c81528
Octal12115617443130633102550
Binary101000111011101111100100011101101100111100100010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516E7C; }

 p { color: rgb(81,110,124); }

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

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

 a { background-color: rgb(81,110,124); }

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

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

 span { border-color: rgb(81,110,124); }

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