#51747C

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

Shades of Bismark #51747C

Tints of Bismark #51747C

Color information

#51747C (or 0x51747C) is unknown color: approx Bismark. HEX triplet: 51, 74 and 7C. RGB value is (81,116,124). Sum of RGB (Red+Green+Blue) = 81+116+124=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 124 - color contains mainly: blue. Hex color #51747C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51747C is #AE8B83. Grayscale: #6A6A6A. Windows color (decimal): -11438980 or 8156241. OLE color: 8156241.

HSL color Cylindrical-coordinate representation of color #51747C: hue angle of 191.16º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #51747C is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB81116124-
CMYK0.350.0600.51
HSL191.16º20.98%40.2%-
HSV(B)191.16º34.68%48.63%-
XYZ13.2815.721.4-
YUV106.45137.9109.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.23%
GREEN value IS 116 (45.70% from 255) = 36.14%
BLUE value IS 124 (48.83% from 255) = 38.63%
R=25.23%
G=36.14%
B=38.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal811161240.350.0600.51191.1620.9840.2
Hex51747C236033bf1528
Octal1211641744360632772550
Binary10100011110100111110010001111001100111011111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51747C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51747C; }

 p { color: rgb(81,116,124); }

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

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

 a { background-color: rgb(81,116,124); }

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

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

 span { border-color: rgb(81,116,124); }

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