#506D7C

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

Shades of Bismark #506D7C

Tints of Bismark #506D7C

Color information

#506D7C (or 0x506D7C) is unknown color: approx Bismark. HEX triplet: 50, 6D and 7C. RGB value is (80,109,124). Sum of RGB (Red+Green+Blue) = 80+109+124=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 124 - color contains mainly: blue. Hex color #506D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D7C is #AF9283. Grayscale: #656565. Windows color (decimal): -11506308 or 8154448. OLE color: 8154448.

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

Color convert

RGB80109124-
CMYK0.350.1200.51
HSL200.45º21.57%40%-
HSV(B)200.45º35.48%48.63%-
XYZ12.4114.121.14-
YUV102.04140.39112.28-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.56%
GREEN value IS 109 (42.97% from 255) = 34.82%
BLUE value IS 124 (48.83% from 255) = 39.62%
R=25.56%
G=34.82%
B=39.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal801091240.350.1200.51200.4521.5740
Hex506D7C23C033c81628
Octal12015517443140633102650
Binary101000011011011111100100011110001100111100100010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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