#50717C

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

Shades of Bismark #50717C

Tints of Bismark #50717C

Color information

#50717C (or 0x50717C) is unknown color: approx Bismark. HEX triplet: 50, 71 and 7C. RGB value is (80,113,124). Sum of RGB (Red+Green+Blue) = 80+113+124=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 124 - color contains mainly: blue. Hex color #50717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50717C is #AF8E83. Grayscale: #686868. Windows color (decimal): -11505284 or 8155472. OLE color: 8155472.

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

Color convert

RGB80113124-
CMYK0.350.0900.51
HSL195º21.57%40%-
HSV(B)195º35.48%48.63%-
XYZ12.8514.9721.28-
YUV104.39139.07110.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.24%
GREEN value IS 113 (44.53% from 255) = 35.65%
BLUE value IS 124 (48.83% from 255) = 39.12%
R=25.24%
G=35.65%
B=39.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal801131240.350.0900.5119521.5740
Hex50717C239033c31628
Octal12016117443110633032650
Binary101000011100011111100100011100101100111100001110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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