#516872

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

Shades of Bismark #516872

Tints of Bismark #516872

Color information

#516872 (or 0x516872) is unknown color: approx Bismark. HEX triplet: 51, 68 and 72. RGB value is (81,104,114). Sum of RGB (Red+Green+Blue) = 81+104+114=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 114 - color contains mainly: blue. Hex color #516872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516872 is #AE978D. Grayscale: #626262. Windows color (decimal): -11442062 or 7497809. OLE color: 7497809.

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

Color convert

RGB81104114-
CMYK0.290.0900.55
HSL198.18º16.92%38.24%-
HSV(B)198.18º28.95%44.71%-
XYZ11.3812.8617.8-
YUV98.26136.88115.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.09%
GREEN value IS 104 (41.02% from 255) = 34.78%
BLUE value IS 114 (44.92% from 255) = 38.13%
R=27.09%
G=34.78%
B=38.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal811041140.290.0900.55198.1816.9238.24
Hex5168721D9037c61126
Octal12115016235110673062146
Binary10100011101000111001011101100101101111100011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516872; }

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

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

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

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

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

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

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

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