#50707C

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

Shades of Bismark #50707C

Tints of Bismark #50707C

Color information

#50707C (or 0x50707C) is unknown color: approx Bismark. HEX triplet: 50, 70 and 7C. RGB value is (80,112,124). Sum of RGB (Red+Green+Blue) = 80+112+124=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 124 - color contains mainly: blue. Hex color #50707C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50707C is #AF8F83. Grayscale: #676767. Windows color (decimal): -11505540 or 8155216. OLE color: 8155216.

HSL color Cylindrical-coordinate representation of color #50707C: hue angle of 196.36º 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 #50707C is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB80112124-
CMYK0.350.1000.51
HSL196.36º21.57%40%-
HSV(B)196.36º35.48%48.63%-
XYZ12.7414.7521.24-
YUV103.8139.4111.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.32%
GREEN value IS 112 (44.14% from 255) = 35.44%
BLUE value IS 124 (48.83% from 255) = 39.24%
R=25.32%
G=35.44%
B=39.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal801121240.350.1000.51196.3621.5740
Hex50707C23A033c41628
Octal12016017443120633042650
Binary101000011100001111100100011101001100111100010010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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