#516877

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

Shades of Bismark #516877

Tints of Bismark #516877

Color information

#516877 (or 0x516877) is unknown color: approx Bismark. HEX triplet: 51, 68 and 77. RGB value is (81,104,119). Sum of RGB (Red+Green+Blue) = 81+104+119=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 119 - color contains mainly: blue. Hex color #516877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516877 is #AE9788. Grayscale: #626262. Windows color (decimal): -11442057 or 7825489. OLE color: 7825489.

HSL color Cylindrical-coordinate representation of color #516877: hue angle of 203.68º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #516877 is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB81104119-
CMYK0.320.1300.53
HSL203.68º19%39.22%-
HSV(B)203.68º31.93%46.67%-
XYZ11.6712.9819.34-
YUV98.83139.38115.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.64%
GREEN value IS 104 (41.02% from 255) = 34.21%
BLUE value IS 119 (46.88% from 255) = 39.14%
R=26.64%
G=34.21%
B=39.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal811041190.320.1300.53203.681939.22
Hex51687720D035cc1327
Octal12115016740150653142347
Binary101000111010001110111100000110101101011100110010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516877; }

 p { color: rgb(81,104,119); }

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

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

 a { background-color: rgb(81,104,119); }

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

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

 span { border-color: rgb(81,104,119); }

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