#516676

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

Shades of Bismark #516676

Tints of Bismark #516676

Color information

#516676 (or 0x516676) is unknown color: approx Bismark. HEX triplet: 51, 66 and 76. RGB value is (81,102,118). Sum of RGB (Red+Green+Blue) = 81+102+118=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 118 - color contains mainly: blue. Hex color #516676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516676 is #AE9989. Grayscale: #616161. Windows color (decimal): -11442570 or 7759441. OLE color: 7759441.

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

Color convert

RGB81102118-
CMYK0.310.1400.54
HSL205.95º18.59%39.02%-
HSV(B)205.95º31.36%46.27%-
XYZ11.4112.5618.96-
YUV97.54139.54116.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.91%
GREEN value IS 102 (40.23% from 255) = 33.89%
BLUE value IS 118 (46.48% from 255) = 39.20%
R=26.91%
G=33.89%
B=39.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal811021180.310.1400.54205.9518.5939.02
Hex5166761FE036ce1327
Octal12114616637160663162347
Binary10100011100110111011011111111001101101100111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516676; }

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

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

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

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

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

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

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

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