#506D73

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

Shades of Bismark #506D73

Tints of Bismark #506D73

Color information

#506D73 (or 0x506D73) is unknown color: approx Bismark. HEX triplet: 50, 6D and 73. RGB value is (80,109,115). Sum of RGB (Red+Green+Blue) = 80+109+115=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 115 - color contains mainly: blue. Hex color #506D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D73 is #AF928C. Grayscale: #646464. Windows color (decimal): -11506317 or 7564624. OLE color: 7564624.

HSL color Cylindrical-coordinate representation of color #506D73: hue angle of 190.29º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #506D73 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB80109115-
CMYK0.300.0500.55
HSL190.29º17.95%38.24%-
HSV(B)190.29º30.43%45.1%-
XYZ11.8713.8818.27-
YUV101.01135.89113.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.32%
GREEN value IS 109 (42.97% from 255) = 35.86%
BLUE value IS 115 (45.31% from 255) = 37.83%
R=26.32%
G=35.86%
B=37.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal801091150.300.0500.55190.2917.9538.24
Hex506D731E5037be1226
Octal1201551633650672762246
Binary1010000110110111100111111010101101111011111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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