#516B79

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

Shades of Bismark #516B79

Tints of Bismark #516B79

Color information

#516B79 (or 0x516B79) is unknown color: approx Bismark. HEX triplet: 51, 6B and 79. RGB value is (81,107,121). Sum of RGB (Red+Green+Blue) = 81+107+121=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 121 - color contains mainly: blue. Hex color #516B79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516B79 is #AE9486. Grayscale: #646464. Windows color (decimal): -11441287 or 7957329. OLE color: 7957329.

HSL color Cylindrical-coordinate representation of color #516B79: hue angle of 201º 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 #516B79 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB81107121-
CMYK0.330.1200.53
HSL201º19.8%39.61%-
HSV(B)201º33.06%47.45%-
XYZ12.113.6520.09-
YUV100.82139.39113.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.21%
GREEN value IS 107 (42.19% from 255) = 34.63%
BLUE value IS 121 (47.66% from 255) = 39.16%
R=26.21%
G=34.63%
B=39.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal811071210.330.1200.5320119.839.61
Hex516B7921C035c91428
Octal12115317141140653112450
Binary101000111010111111001100001110001101011100100110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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