#51707A

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

Shades of Bismark #51707A

Tints of Bismark #51707A

Color information

#51707A (or 0x51707A) is unknown color: approx Bismark. HEX triplet: 51, 70 and 7A. RGB value is (81,112,122). Sum of RGB (Red+Green+Blue) = 81+112+122=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 122 - color contains mainly: blue. Hex color #51707A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51707A is #AE8F85. Grayscale: #676767. Windows color (decimal): -11440006 or 8024145. OLE color: 8024145.

HSL color Cylindrical-coordinate representation of color #51707A: hue angle of 194.63º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #51707A is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB81112122-
CMYK0.340.0800.52
HSL194.63º20.2%39.8%-
HSV(B)194.63º33.61%47.84%-
XYZ12.714.7420.59-
YUV103.87138.23111.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.71%
GREEN value IS 112 (44.14% from 255) = 35.56%
BLUE value IS 122 (48.05% from 255) = 38.73%
R=25.71%
G=35.56%
B=38.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal811121220.340.0800.52194.6320.239.8
Hex51707A228034c31428
Octal12116017242100643032450
Binary101000111100001111010100010100001101001100001110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51707A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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