#506B7C

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

Shades of Bismark #506B7C

Tints of Bismark #506B7C

Color information

#506B7C (or 0x506B7C) is unknown color: approx Bismark. HEX triplet: 50, 6B and 7C. RGB value is (80,107,124). Sum of RGB (Red+Green+Blue) = 80+107+124=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 124 - color contains mainly: blue. Hex color #506B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506B7C is #AF9483. Grayscale: #646464. Windows color (decimal): -11506820 or 8153936. OLE color: 8153936.

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

Color convert

RGB80107124-
CMYK0.350.1400.51
HSL203.18º21.57%40%-
HSV(B)203.18º35.48%48.63%-
XYZ12.213.6821.07-
YUV100.86141.05113.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.72%
GREEN value IS 107 (42.19% from 255) = 34.41%
BLUE value IS 124 (48.83% from 255) = 39.87%
R=25.72%
G=34.41%
B=39.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal801071240.350.1400.51203.1821.5740
Hex506B7C23E033cb1628
Octal12015317443160633132650
Binary101000011010111111100100011111001100111100101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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