#50737B

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

Shades of Bismark #50737B

Tints of Bismark #50737B

Color information

#50737B (or 0x50737B) is unknown color: approx Bismark. HEX triplet: 50, 73 and 7B. RGB value is (80,115,123). Sum of RGB (Red+Green+Blue) = 80+115+123=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 115 (45.31% from 255 or 36.16% 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 #50737B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50737B is #AF8C84. Grayscale: #696969. Windows color (decimal): -11504773 or 8090448. OLE color: 8090448.

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

Color convert

RGB80115123-
CMYK0.350.0700.52
HSL191.16º21.18%39.8%-
HSV(B)191.16º34.96%48.24%-
XYZ13.0115.421.02-
YUV105.45137.9109.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.16%
GREEN value IS 115 (45.31% from 255) = 36.16%
BLUE value IS 123 (48.44% from 255) = 38.68%
R=25.16%
G=36.16%
B=38.68%

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
Decimal801151230.350.0700.52191.1621.1839.8
Hex50737B237034bf1528
Octal1201631734370642772550
Binary10100001110011111101110001111101101001011111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50737B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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