#516C79

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

Shades of Bismark #516C79

Tints of Bismark #516C79

Color information

#516C79 (or 0x516C79) is unknown color: approx Bismark. HEX triplet: 51, 6C and 79. RGB value is (81,108,121). Sum of RGB (Red+Green+Blue) = 81+108+121=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 121 - color contains mainly: blue. Hex color #516C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516C79 is #AE9386. Grayscale: #656565. Windows color (decimal): -11441031 or 7957585. OLE color: 7957585.

HSL color Cylindrical-coordinate representation of color #516C79: hue angle of 199.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #516C79 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB81108121-
CMYK0.330.1100.53
HSL199.5º19.8%39.61%-
HSV(B)199.5º33.06%47.45%-
XYZ12.2113.8520.12-
YUV101.41139.05113.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.13%
GREEN value IS 108 (42.58% from 255) = 34.84%
BLUE value IS 121 (47.66% from 255) = 39.03%
R=26.13%
G=34.84%
B=39.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal811081210.330.1100.53199.519.839.61
Hex516C7921B035c81428
Octal12115417141130653102450
Binary101000111011001111001100001101101101011100100010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,108,121); }

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

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

 a { background-color: rgb(81,108,121); }

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

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

 span { border-color: rgb(81,108,121); }

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