#51737C

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

Shades of Bismark #51737C

Tints of Bismark #51737C

Color information

#51737C (or 0x51737C) is unknown color: approx Bismark. HEX triplet: 51, 73 and 7C. RGB value is (81,115,124). Sum of RGB (Red+Green+Blue) = 81+115+124=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 124 - color contains mainly: blue. Hex color #51737C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51737C is #AE8C83. Grayscale: #696969. Windows color (decimal): -11439236 or 8155985. OLE color: 8155985.

HSL color Cylindrical-coordinate representation of color #51737C: hue angle of 192.56º 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 #51737C is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB81115124-
CMYK0.350.0700.51
HSL192.56º20.98%40.2%-
HSV(B)192.56º34.68%48.63%-
XYZ13.1615.4721.36-
YUV105.86138.24110.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.31%
GREEN value IS 115 (45.31% from 255) = 35.94%
BLUE value IS 124 (48.83% from 255) = 38.75%
R=25.31%
G=35.94%
B=38.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal811151240.350.0700.51192.5620.9840.2
Hex51737C237033c11528
Octal1211631744370633012550
Binary10100011110011111110010001111101100111100000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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