#516772

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

Shades of Bismark #516772

Tints of Bismark #516772

Color information

#516772 (or 0x516772) is unknown color: approx Bismark. HEX triplet: 51, 67 and 72. RGB value is (81,103,114). Sum of RGB (Red+Green+Blue) = 81+103+114=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 114 - color contains mainly: blue. Hex color #516772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516772 is #AE988D. Grayscale: #616161. Windows color (decimal): -11442318 or 7497553. OLE color: 7497553.

HSL color Cylindrical-coordinate representation of color #516772: hue angle of 200º 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 #516772 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB81103114-
CMYK0.290.1000.55
HSL200º16.92%38.24%-
HSV(B)200º28.95%44.71%-
XYZ11.2812.6617.77-
YUV97.68137.21116.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.18%
GREEN value IS 103 (40.62% from 255) = 34.56%
BLUE value IS 114 (44.92% from 255) = 38.26%
R=27.18%
G=34.56%
B=38.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal811031140.290.1000.5520016.9238.24
Hex5167721DA037c81126
Octal12114716235120673102146
Binary10100011100111111001011101101001101111100100010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516772; }

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

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

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

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

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

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

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

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