#516776

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

Shades of Bismark #516776

Tints of Bismark #516776

Color information

#516776 (or 0x516776) is unknown color: approx Bismark. HEX triplet: 51, 67 and 76. RGB value is (81,103,118). Sum of RGB (Red+Green+Blue) = 81+103+118=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 118 - color contains mainly: blue. Hex color #516776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516776 is #AE9889. Grayscale: #626262. Windows color (decimal): -11442314 or 7759697. OLE color: 7759697.

HSL color Cylindrical-coordinate representation of color #516776: hue angle of 204.32º 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 #516776 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB81103118-
CMYK0.310.1300.54
HSL204.32º18.59%39.02%-
HSV(B)204.32º31.36%46.27%-
XYZ11.5112.7619-
YUV98.13139.21115.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.82%
GREEN value IS 103 (40.62% from 255) = 34.11%
BLUE value IS 118 (46.48% from 255) = 39.07%
R=26.82%
G=34.11%
B=39.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal811031180.310.1300.54204.3218.5939.02
Hex5167761FD036cc1327
Octal12114716637150663142347
Binary10100011100111111011011111110101101101100110010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516776; }

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

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

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

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

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

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

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

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