#50747C

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

Shades of Bismark #50747C

Tints of Bismark #50747C

Color information

#50747C (or 0x50747C) is unknown color: approx Bismark. HEX triplet: 50, 74 and 7C. RGB value is (80,116,124). Sum of RGB (Red+Green+Blue) = 80+116+124=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 124 - color contains mainly: blue. Hex color #50747C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50747C is #AF8B83. Grayscale: #6A6A6A. Windows color (decimal): -11504516 or 8156240. OLE color: 8156240.

HSL color Cylindrical-coordinate representation of color #50747C: hue angle of 190.91º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #50747C is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB80116124-
CMYK0.350.0600.51
HSL190.91º21.57%40%-
HSV(B)190.91º35.48%48.63%-
XYZ13.1915.6521.39-
YUV106.15138.07109.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25%
GREEN value IS 116 (45.70% from 255) = 36.25%
BLUE value IS 124 (48.83% from 255) = 38.75%
R=25%
G=36.25%
B=38.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal801161240.350.0600.51190.9121.5740
Hex50747C236033bf1628
Octal1201641744360632772650
Binary10100001110100111110010001111001100111011111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50747C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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