#506E7C

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

Shades of Bismark #506E7C

Tints of Bismark #506E7C

Color information

#506E7C (or 0x506E7C) is unknown color: approx Bismark. HEX triplet: 50, 6E and 7C. RGB value is (80,110,124). Sum of RGB (Red+Green+Blue) = 80+110+124=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 124 - color contains mainly: blue. Hex color #506E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506E7C is #AF9183. Grayscale: #666666. Windows color (decimal): -11506052 or 8154704. OLE color: 8154704.

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

Color convert

RGB80110124-
CMYK0.350.1100.51
HSL199.09º21.57%40%-
HSV(B)199.09º35.48%48.63%-
XYZ12.5214.3121.17-
YUV102.63140.06111.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.48%
GREEN value IS 110 (43.36% from 255) = 35.03%
BLUE value IS 124 (48.83% from 255) = 39.49%
R=25.48%
G=35.03%
B=39.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal801101240.350.1100.51199.0921.5740
Hex506E7C23B033c71628
Octal12015617443130633072650
Binary101000011011101111100100011101101100111100011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506E7C; }

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

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

<style>
 a { background-color: #506E7C; }

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

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

<style>
 span { border-color: #506E7C; }

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

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