#516778

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

Shades of Bismark #516778

Tints of Bismark #516778

Color information

#516778 (or 0x516778) is unknown color: approx Bismark. HEX triplet: 51, 67 and 78. RGB value is (81,103,120). Sum of RGB (Red+Green+Blue) = 81+103+120=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 120 - color contains mainly: blue. Hex color #516778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516778 is #AE9887. Grayscale: #626262. Windows color (decimal): -11442312 or 7890769. OLE color: 7890769.

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

Color convert

RGB81103120-
CMYK0.320.1400.53
HSL206.15º19.4%39.41%-
HSV(B)206.15º32.5%47.06%-
XYZ11.6312.8119.63-
YUV98.36140.21115.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.64%
GREEN value IS 103 (40.62% from 255) = 33.88%
BLUE value IS 120 (47.27% from 255) = 39.47%
R=26.64%
G=33.88%
B=39.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal811031200.320.1400.53206.1519.439.41
Hex51677820E035ce1327
Octal12114717040160653162347
Binary101000111001111111000100000111001101011100111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516778; }

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

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

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

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

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

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

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

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