#516A72

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

Shades of Bismark #516A72

Tints of Bismark #516A72

Color information

#516A72 (or 0x516A72) is unknown color: approx Bismark. HEX triplet: 51, 6A and 72. RGB value is (81,106,114). Sum of RGB (Red+Green+Blue) = 81+106+114=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 114 - color contains mainly: blue. Hex color #516A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516A72 is #AE958D. Grayscale: #636363. Windows color (decimal): -11441550 or 7498321. OLE color: 7498321.

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

Color convert

RGB81106114-
CMYK0.290.0700.55
HSL194.55º16.92%38.24%-
HSV(B)194.55º28.95%44.71%-
XYZ11.5813.2717.87-
YUV99.44136.22114.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.91%
GREEN value IS 106 (41.80% from 255) = 35.22%
BLUE value IS 114 (44.92% from 255) = 37.87%
R=26.91%
G=35.22%
B=37.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal811061140.290.0700.55194.5516.9238.24
Hex516A721D7037c31126
Octal1211521623570673032146
Binary1010001110101011100101110111101101111100001110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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