#50747B

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

Shades of Bismark #50747B

Tints of Bismark #50747B

Color information

#50747B (or 0x50747B) is unknown color: approx Bismark. HEX triplet: 50, 74 and 7B. RGB value is (80,116,123). Sum of RGB (Red+Green+Blue) = 80+116+123=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 123 - color contains mainly: blue. Hex color #50747B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50747B is #AF8B84. Grayscale: #696969. Windows color (decimal): -11504517 or 8090704. OLE color: 8090704.

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

Color convert

RGB80116123-
CMYK0.350.0600.52
HSL189.77º21.18%39.8%-
HSV(B)189.77º34.96%48.24%-
XYZ13.1315.6321.06-
YUV106.03137.57109.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.08%
GREEN value IS 116 (45.70% from 255) = 36.36%
BLUE value IS 123 (48.44% from 255) = 38.56%
R=25.08%
G=36.36%
B=38.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal801161230.350.0600.52189.7721.1839.8
Hex50747B236034be1528
Octal1201641734360642762550
Binary10100001110100111101110001111001101001011111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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