#516973

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

Shades of Bismark #516973

Tints of Bismark #516973

Color information

#516973 (or 0x516973) is unknown color: approx Bismark. HEX triplet: 51, 69 and 73. RGB value is (81,105,115). Sum of RGB (Red+Green+Blue) = 81+105+115=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 115 - color contains mainly: blue. Hex color #516973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516973 is #AE968C. Grayscale: #626262. Windows color (decimal): -11441805 or 7563601. OLE color: 7563601.

HSL color Cylindrical-coordinate representation of color #516973: hue angle of 197.65º 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 #516973 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB81105115-
CMYK0.300.0900.55
HSL197.65º17.35%38.43%-
HSV(B)197.65º29.57%45.1%-
XYZ11.5413.0918.14-
YUV98.96137.05115.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.91%
GREEN value IS 105 (41.41% from 255) = 34.88%
BLUE value IS 115 (45.31% from 255) = 38.21%
R=26.91%
G=34.88%
B=38.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal811051150.300.0900.55197.6517.3538.43
Hex5169731E9037c61126
Octal12115116336110673062146
Binary10100011101001111001111110100101101111100011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516973; }

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

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

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

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

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

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

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

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