#516471

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

Shades of Bismark #516471

Tints of Bismark #516471

Color information

#516471 (or 0x516471) is unknown color: approx Bismark. HEX triplet: 51, 64 and 71. RGB value is (81,100,113). Sum of RGB (Red+Green+Blue) = 81+100+113=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 113 - color contains mainly: blue. Hex color #516471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516471 is #AE9B8E. Grayscale: #5F5F5F. Windows color (decimal): -11443087 or 7431249. OLE color: 7431249.

HSL color Cylindrical-coordinate representation of color #516471: hue angle of 204.38º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #516471 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB81100113-
CMYK0.280.1200.56
HSL204.38º16.49%38.04%-
HSV(B)204.38º28.32%44.31%-
XYZ10.9312.0617.37-
YUV95.8137.71117.44-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.55%
GREEN value IS 100 (39.45% from 255) = 34.01%
BLUE value IS 113 (44.53% from 255) = 38.44%
R=27.55%
G=34.01%
B=38.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal811001130.280.1200.56204.3816.4938.04
Hex5164711CC038cc1026
Octal12114416134140703142046
Binary10100011100100111000111100110001110001100110010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516471; }

 p { color: rgb(81,100,113); }

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

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

 a { background-color: rgb(81,100,113); }

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

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

 span { border-color: rgb(81,100,113); }

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