#506F7C

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

Shades of Bismark #506F7C

Tints of Bismark #506F7C

Color information

#506F7C (or 0x506F7C) is unknown color: approx Bismark. HEX triplet: 50, 6F and 7C. RGB value is (80,111,124). Sum of RGB (Red+Green+Blue) = 80+111+124=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 124 - color contains mainly: blue. Hex color #506F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506F7C is #AF9083. Grayscale: #676767. Windows color (decimal): -11505796 or 8154960. OLE color: 8154960.

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

Color convert

RGB80111124-
CMYK0.350.1000.51
HSL197.73º21.57%40%-
HSV(B)197.73º35.48%48.63%-
XYZ12.6314.5321.21-
YUV103.21139.73111.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.40%
GREEN value IS 111 (43.75% from 255) = 35.24%
BLUE value IS 124 (48.83% from 255) = 39.37%
R=25.40%
G=35.24%
B=39.37%

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
Decimal801111240.350.1000.51197.7321.5740
Hex506F7C23A033c61628
Octal12015717443120633062650
Binary101000011011111111100100011101001100111100011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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