#51707F

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

Shades of Bismark #51707F

Tints of Bismark #51707F

Color information

#51707F (or 0x51707F) is unknown color: approx Bismark. HEX triplet: 51, 70 and 7F. RGB value is (81,112,127). Sum of RGB (Red+Green+Blue) = 81+112+127=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 127 - color contains mainly: blue. Hex color #51707F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51707F is #AE8F80. Grayscale: #686868. Windows color (decimal): -11440001 or 8351825. OLE color: 8351825.

HSL color Cylindrical-coordinate representation of color #51707F: hue angle of 199.57º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #51707F is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB81112127-
CMYK0.360.1200.50
HSL199.57º22.12%40.78%-
HSV(B)199.57º36.22%49.8%-
XYZ13.0214.8722.26-
YUV104.44140.73111.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.31%
GREEN value IS 112 (44.14% from 255) = 35%
BLUE value IS 127 (50% from 255) = 39.69%
R=25.31%
G=35%
B=39.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal811121270.360.1200.50199.5722.1240.78
Hex51707F24C032c81629
Octal12116017744140623102651
Binary101000111100001111111100100110001100101100100010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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