#516673

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

Shades of Bismark #516673

Tints of Bismark #516673

Color information

#516673 (or 0x516673) is unknown color: approx Bismark. HEX triplet: 51, 66 and 73. RGB value is (81,102,115). Sum of RGB (Red+Green+Blue) = 81+102+115=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 115 - color contains mainly: blue. Hex color #516673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516673 is #AE998C. Grayscale: #616161. Windows color (decimal): -11442573 or 7562833. OLE color: 7562833.

HSL color Cylindrical-coordinate representation of color #516673: hue angle of 202.94º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #516673 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB81102115-
CMYK0.300.1100.55
HSL202.94º17.35%38.43%-
HSV(B)202.94º29.57%45.1%-
XYZ11.2412.4918.04-
YUV97.2138.04116.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.18%
GREEN value IS 102 (40.23% from 255) = 34.23%
BLUE value IS 115 (45.31% from 255) = 38.59%
R=27.18%
G=34.23%
B=38.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal811021150.300.1100.55202.9417.3538.43
Hex5166731EB037cb1126
Octal12114616336130673132146
Binary10100011100110111001111110101101101111100101110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516673; }

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

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

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

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

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

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

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

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