#51707C

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

Shades of Bismark #51707C

Tints of Bismark #51707C

Color information

#51707C (or 0x51707C) is unknown color: approx Bismark. HEX triplet: 51, 70 and 7C. RGB value is (81,112,124). Sum of RGB (Red+Green+Blue) = 81+112+124=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 124 - color contains mainly: blue. Hex color #51707C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51707C is #AE8F83. Grayscale: #686868. Windows color (decimal): -11440004 or 8155217. OLE color: 8155217.

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

Color convert

RGB81112124-
CMYK0.350.1000.51
HSL196.74º20.98%40.2%-
HSV(B)196.74º34.68%48.63%-
XYZ12.8314.7921.25-
YUV104.1139.23111.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.55%
GREEN value IS 112 (44.14% from 255) = 35.33%
BLUE value IS 124 (48.83% from 255) = 39.12%
R=25.55%
G=35.33%
B=39.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal811121240.350.1000.51196.7420.9840.2
Hex51707C23A033c51528
Octal12116017443120633052550
Binary101000111100001111100100011101001100111100010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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