#51727B

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

Shades of Bismark #51727B

Tints of Bismark #51727B

Color information

#51727B (or 0x51727B) is unknown color: approx Bismark. HEX triplet: 51, 72 and 7B. RGB value is (81,114,123). Sum of RGB (Red+Green+Blue) = 81+114+123=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 123 - color contains mainly: blue. Hex color #51727B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51727B is #AE8D84. Grayscale: #696969. Windows color (decimal): -11439493 or 8090193. OLE color: 8090193.

HSL color Cylindrical-coordinate representation of color #51727B: hue angle of 192.86º degrees, saturation: 0.21, 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 #51727B is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB81114123-
CMYK0.340.0700.52
HSL192.86º20.59%40%-
HSV(B)192.86º34.15%48.24%-
XYZ12.9915.2120.99-
YUV105.16138.07110.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.47%
GREEN value IS 114 (44.92% from 255) = 35.85%
BLUE value IS 123 (48.44% from 255) = 38.68%
R=25.47%
G=35.85%
B=38.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal811141230.340.0700.52192.8620.5940
Hex51727B227034c11528
Octal1211621734270643012550
Binary10100011110010111101110001011101101001100000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51727B; }

 p { color: rgb(81,114,123); }

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

<style>
 a { background-color: #51727B; }

 a { background-color: rgb(81,114,123); }

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

<style>
 span { border-color: #51727B; }

 span { border-color: rgb(81,114,123); }

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