#516A76

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

Shades of Bismark #516A76

Tints of Bismark #516A76

Color information

#516A76 (or 0x516A76) is unknown color: approx Bismark. HEX triplet: 51, 6A and 76. RGB value is (81,106,118). Sum of RGB (Red+Green+Blue) = 81+106+118=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 118 - color contains mainly: blue. Hex color #516A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516A76 is #AE9589. Grayscale: #636363. Windows color (decimal): -11441546 or 7760465. OLE color: 7760465.

HSL color Cylindrical-coordinate representation of color #516A76: hue angle of 199.46º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #516A76 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB81106118-
CMYK0.310.1000.54
HSL199.46º18.59%39.02%-
HSV(B)199.46º31.36%46.27%-
XYZ11.8213.3719.1-
YUV99.89138.22114.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.56%
GREEN value IS 106 (41.80% from 255) = 34.75%
BLUE value IS 118 (46.48% from 255) = 38.69%
R=26.56%
G=34.75%
B=38.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal811061180.310.1000.54199.4618.5939.02
Hex516A761FA036c71327
Octal12115216637120663072347
Binary10100011101010111011011111101001101101100011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,106,118); }

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

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

 a { background-color: rgb(81,106,118); }

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

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

 span { border-color: rgb(81,106,118); }

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