#50727B

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

Shades of Bismark #50727B

Tints of Bismark #50727B

Color information

#50727B (or 0x50727B) is unknown color: approx Bismark. HEX triplet: 50, 72 and 7B. RGB value is (80,114,123). Sum of RGB (Red+Green+Blue) = 80+114+123=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 123 - color contains mainly: blue. Hex color #50727B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50727B is #AF8D84. Grayscale: #686868. Windows color (decimal): -11505029 or 8090192. OLE color: 8090192.

HSL color Cylindrical-coordinate representation of color #50727B: hue angle of 192.56º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #50727B is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB80114123-
CMYK0.350.0700.52
HSL192.56º21.18%39.8%-
HSV(B)192.56º34.96%48.24%-
XYZ12.915.1720.99-
YUV104.86138.24110.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.24%
GREEN value IS 114 (44.92% from 255) = 35.96%
BLUE value IS 123 (48.44% from 255) = 38.80%
R=25.24%
G=35.96%
B=38.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal801141230.350.0700.52192.5621.1839.8
Hex50727B237034c11528
Octal1201621734370643012550
Binary10100001110010111101110001111101101001100000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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